Page 1 of 1

Setting Theme for Reports.Web

Posted: Mon Jul 30, 2012 5:48 am
by patwolf
How can I please set the theme to black for:
StiWebViewerFx
StiWebDesigner
StiWebViewer
SitWebReport
I couldn't find it anywhere in the docs.

thanks
patrick

Re: Setting Theme for Reports.Web

Posted: Mon Jul 30, 2012 7:42 am
by HighAley
Hello, patrick.
patwolf wrote:How can I please set the theme to black for:
StiWebViewerFx
StiWebDesigner
StiWebViewer
SitWebReport
I couldn't find it anywhere in the docs.
Here the code for StiWebViewerFx:

Code: Select all

<cc1:StiWebViewerFx ID="StiWebViewerFx1" runat="server" ThemeName="Black" />
and StiWebViewer:

Code: Select all

<cc1:StiWebViewer ID="StiWebViewer1" runat="server" Theme="Office2007Black" />
Unfortunately, other components don't support themes.

Thank you.

Re: Setting Theme for Reports.Web

Posted: Mon Jul 30, 2012 8:23 am
by patwolf
Thanks for the info. Yes the designer would be awesome with a Theme.
Best,
Patrick

Re: Setting Theme for Reports.Web

Posted: Mon Jul 30, 2012 2:06 pm
by HighAley
Hello.
patwolf wrote:Thanks for the info. Yes the designer would be awesome with a Theme.
This task in our to-do list.

Thank you.