Html preview

Stimulsoft Reports.WPF discussion
Post Reply
robocik
Posts: 6
Joined: Fri Apr 05, 2013 7:24 am

Html preview

Post by robocik »

In our previous application we used old version of stimulsoft (don't know exact version) but there was a html preview in report designer (see attachemet HtmlPreview.png). Can we have the same feature in the current version (WPF)?

Second thing my customer want to hide toolbar in Dictionary tab (see Toolbar.png) (because he think that user would do to much in the application). Can we hide this toolbar?

Thanks
Attachments
HtmlPreview.png
HtmlPreview.png (107.55 KiB) Viewed 1242 times
Toolbar.png
Toolbar.png (16.76 KiB) Viewed 1242 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Html preview

Post by HighAley »

Hello.
robocik wrote:In our previous application we used old version of stimulsoft (don't know exact version) but there was a html preview in report designer (see attachemet HtmlPreview.png). Can we have the same feature in the current version (WPF)?
The HTML preview tab is in the WinForms Designer. But it never was in the WPF Designer.
robocik wrote:Second thing my customer want to hide toolbar in Dictionary tab (see Toolbar.png) (because he think that user would do to much in the application). Can we hide this toolbar?
There are a lot of static options to hide menu items in the StiOptions.Designer.Panels.Dictionary class. For example,

Code: Select all

StiOptions.Designer.Panels.Dictionary.ShowColumnNewMenuItem = false;
You could disable any of it.

Thank you.
Post Reply