My SSRS report name is, TestReport.rdl. I would like to use this report name as the report title. In text box -> Expressions -> I need to convert "TestReport" to "Test Report".
In expression if I give =Globals!ReportName, the name of the report(TestReport) gets displayed in the text box. But, I need to insert a space between Test and Report. Is it possible to do it using expressions in SSRS?
I am getting syntax error when I try to use regular expression like, =System.Text.RegularExpressions.Regex.Replace
to insert a space. – Kidiskidvogingogin