Hi Team,
How would one go about changing the text font-size of the Reportviewer's ProgressText? I need to make it smaller.
I tried this but to no avail.
We're using:
ASP.Net 4.0
VS 2010
Telerik Reports – Q3-2012
Telerik AJAX Controls – Q3-2012
Thanks,
Steve
How would one go about changing the text font-size of the Reportviewer's ProgressText? I need to make it smaller.
<telerik:ReportViewer ID="ReportViewer1" runat="server"
style="border:1px solid #ccc;" width="100%" height="100%"
OnClientResized="resizeViewer" ProgressText="Step 2: Preparing report..."
ZoomMode="Percent" ViewMode="PrintPreview"
ShowPrintPreviewButton="False" SkinsPath="Skins" Skin="Custom" Font-Size="9pt" />
I tried this but to no avail.
We're using:
ASP.Net 4.0
VS 2010
Telerik Reports – Q3-2012
Telerik AJAX Controls – Q3-2012
Thanks,
Steve