Hello
I am using the interactive sort in report services (Textbox properties | Interactive Sort tab)
I want the user to know how the report is sorted when printed.
Is there a formula that would indicate the current sort of the report that would show when the user prints the report.
Something like...
If this is not possible, is there any indication for the user on a printed report (on the screen it shows a little arrow - but not when you print)
Thanks in advance
Dave
I am using the interactive sort in report services (Textbox properties | Interactive Sort tab)
I want the user to know how the report is sorted when printed.
Is there a formula that would indicate the current sort of the report that would show when the user prints the report.
Something like...
Code:
If Globals!ReportSort = CompanyName
then
textbox1.Value = "This report is currently sorted by company name"
If this is not possible, is there any indication for the user on a printed report (on the screen it shows a little arrow - but not when you print)
Thanks in advance
Dave