Friday, March 9, 2012

Format the Report Manager Parameter headings

Hello,

I was wondering if it would be possible to change the font type and color of the parameter titles in Report Manager? Like can I change it in XML some sort of way...

<QueryParameters>

<QueryParameter Name="@.ProductLang">

<Value>=Parameters!ProductLang.Value</Value>

</QueryParameter>

Ex: @.StartDate is a parmeter, I'd like to change the text's font color and style to BLUE and Italics.

It is not possible to configure this in Report Manager.

You could write a custom ASP.NET page with your desired stylizations that will pass the parameters to the ReportServer.

-Chris

No comments:

Post a Comment