WinForms Editor

Stimulsoft Reports.NET discussion
Post Reply
Naico
Posts: 39
Joined: Wed Feb 21, 2018 9:52 am

WinForms Editor

Post by Naico »

Is there a way to use the Editor inside a Windows Forms Control just like the Web Editor?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: WinForms Editor

Post by HighAley »

Hello.

Yes, sure. You could use the StiDesignerControl and add it on your form.

Thank you.
Naico
Posts: 39
Joined: Wed Feb 21, 2018 9:52 am

Re: WinForms Editor

Post by Naico »

Thank you.
Is there a Way to Disable the Options for the OpenFileDialog and NewFile in WinForms as well?
Lech Kulikowski
Posts: 7345
Joined: Tue Mar 20, 2018 5:34 am

Re: WinForms Editor

Post by Lech Kulikowski »

Hello,

You can use options from StiOptions.Designer.MainMenu:
StiOptions.Designer.MainMenu.ShowFileReportOpen = false;

Thank you.
Post Reply