Incorrect Programming Manual

Stimulsoft Reports.WEB discussion
Post Reply
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Incorrect Programming Manual

Post by samad »

In Chapter 11 (Using Flex Viewer) I found a lot of errors.
Probably a copy/paste was done from other section.

For example, when refering to changing options you use a line like this one

Code: Select all

StiOptions.viewer.toolbar.showOpenButton = false;
But the Flex Viewer uses another Property (not StiOptions) . It uses StiWebViewerFxOptions

Like in this sample line.

Code: Select all

Stimulsoft.Report.WebFx.[b]StiWebViewerFxOptions[/b].Toolbar.ShowOpenButton As Boolean
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Incorrect Programming Manual

Post by HighAley »

Hello.

Could you specify which product do you use?
Because as you can read in the User Manual:
The Viewer.Fx component is delivered with Stimulsoft Reports.Fx. This component is used to show reports in Flex applications.
If you use Reports.Web product, then read Using Web ViewerFx section of the Programming Manual.

Thank you.
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Re: Incorrect Programming Manual

Post by samad »

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Incorrect Programming Manual

Post by HighAley »

Hello.

Sorry, could you answer more detailed?

Thank you.
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Re: Incorrect Programming Manual

Post by samad »

In the CHapter 11, For example in page 106, you have the following:
StiOptions.viewer.toolbar.showOpenButton = false;
StiOptions.viewer.toolbar.showSaveButton = false;
StiOptions.viewer.toolbar.showThumbnailsButton = false;
StiOptions.viewer.toolbar.showBookmarksButton = false;
StiOptions.viewer.toolbar.showFindButton = false;

But you cannot use StiOptions. Using Flex you must use the, for example:
StiWebViewerFxOptions.Toolbar.ShowOpenButton As Boolean
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Incorrect Programming Manual

Post by HighAley »

Hello.

Could you specify which product do you use?

Thank you.
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Re: Incorrect Programming Manual

Post by samad »

I'm using the Flex Viewer.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Incorrect Programming Manual

Post by HighAley »

Hello.

Could you specify which product do you use? Reports.Web? Reports.Fx for Flex?
You are writing on the Reports.Web forum but there is no Flex Viewer in this product.

Thank you.
samad
Posts: 19
Joined: Mon Feb 24, 2014 4:14 am

Re: Incorrect Programming Manual

Post by samad »

I think you call it "Stimulsoft: ASP.Net Flash"
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Incorrect Programming Manual

Post by HighAley »

Hello.

As we wrote before you are reading the section about Stimulsoft Reports.Fx product line but this is not about StiWebViewerFx which is available in the Reports.Web product.
This is described on the Using Flex Viewer section:
The Viewer.Fx component is delivered with Stimulsoft Reports.Fx. This component is used to show reports in Flex applications.
Please, read the Using Web ViewerFx section.

Thank you.
Post Reply