We just installed your new release.
To run reports we use the StiWpfRibbonViewerControl.
Now in the new release 2 small ribbonbuttons are gone.
The "One page" button is visible, but the 2 other small buttons "Two pages" and "Multiple pages" have disappeared.
Ribbon: buttons not showing
-
- Posts: 46
- Joined: Thu Jan 10, 2013 11:40 am
Re: Ribbon: buttons not showing
Hello,
Yes. It is right.
The 2 small additional ribbonbuttons (Top) shows only if select "Multiple pages" on the bottom.
Thank you.
Yes. It is right.
The 2 small additional ribbonbuttons (Top) shows only if select "Multiple pages" on the bottom.
Thank you.
-
- Posts: 46
- Joined: Thu Jan 10, 2013 11:40 am
Re: Ribbon: buttons not showing
Ah! A new feature?
Is it possible to select "Multiple pages" on the bottom as default (from CodeBehind)?
Is it possible to select "Multiple pages" on the bottom as default (from CodeBehind)?
Re: Ribbon: buttons not showing
Hello.
Please, try to use next option:
Thank you.
Please, try to use next option:
Code: Select all
Stimulsoft.Report.StiOptions.Viewer.Windows.ShowPageViewMultipleMode = true;