The Avalonia StiViewerControl exposes a property for every toolbar command and panel, so any part of the preview can be shown or hidden.

Toggle viewer elements. Assign the report, then set the options you want:
viewerControl.Report = report;

viewerControl.ShowToolEditor = false;
viewerControl.ShowBookmarks  = true;
viewerControl.ShowParameters = true;
viewerControl.ShowReportSave = false;
viewerControl.ShowClose      = false;

How it works. The viewer control has a property for every part of its chrome, letting you trim the preview to exactly what your application needs.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.