Hi
Is it possible to add a new button to the report viewer? Or can I change the caption and the icon from an existing button and handle the button event by myself?
We are connecting our application with a DMS and it would be great if the user could archive the report directly from the viewer.
Ralf
Customize Report Viewer
Re: Customize Report Viewer
Hello.
Please read next forum topic. It should be useful for you.
http://forum.stimulsoft.com/viewtopic.php?f=8&t=33938
Thank you.
Please read next forum topic. It should be useful for you.
http://forum.stimulsoft.com/viewtopic.php?f=8&t=33938
Thank you.
Re: Customize Report Viewer
Hi
Thank you for your response but I need some more hints. I use this code template for my reports
Can I access the ViewerControl here or do I need to create an own WindowsForm with the Stimulsoft.Report.Viewer.StiViewerControl on it as in your sample CustomPreview?
Ralf
Thank you for your response but I need some more hints. I use this code template for my reports
Code: Select all
var data = this.GetData();
StiReport report = new StiReport();
report.Load(@"Datalist.mrt");
report.Compile();
report.RegData("Data", data);
report.Render();
report.ShowWithRibbonGUI();
Ralf
Re: Customize Report Viewer
Hello.
You should use the Form with StiViewerControl.
Thank you.
You should use the Form with StiViewerControl.
Thank you.