Setting Theme for Reports.Web

Stimulsoft Reports.WEB discussion
Post Reply
patwolf
Posts: 90
Joined: Thu May 29, 2008 1:38 pm
Location: Los Angles

Setting Theme for Reports.Web

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Setting Theme for Reports.Web

Post 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.
patwolf
Posts: 90
Joined: Thu May 29, 2008 1:38 pm
Location: Los Angles

Re: Setting Theme for Reports.Web

Post by patwolf »

Thanks for the info. Yes the designer would be awesome with a Theme.
Best,
Patrick
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Setting Theme for Reports.Web

Post 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.
Post Reply