WCF Server |
Top Previous Next |
When designing a report, a user may process events via the WCF server. For this you need to set the UseWCFService property to true:
Stimulsoft.Report.StiOptions.Silverlight.WCFService.UseWCFService = true;
When the UseWCFService property is set to true, a user may use the following events:
Stimulsoft.Report.StiOptions.Silverlight.WCFService.WCFRenderReport
Stimulsoft.Report.StiOptions.Silverlight.WCFService.WCFTestConnection
The WCFTestConnection event occurs when clicking the Test Connection button;
Stimulsoft.Report.StiOptions.Silverlight.WCFService.WCFBuildObjects
The WCFBuildObjects event occurs when returning the list tables from the created data source;
Stimulsoft.Report.StiOptions.Silverlight.WCFService.WCFRetrieveColumns
The WCFRetrieveColumns event occurs when returning the list of data columns for the table;
Stimulsoft.Report.StiOptions.Silverlight.WCFService.WCFOpeningReportInDesigner
The WCFOpeningReportInDesigner event occurs when clicking the Open Report button in the main menu;
Stimulsoft.Report.StiOptions.Engine.GlobalEvents.SavingReportInDesigner
The SavingReportInDesigner event occurs when saving a report;
Stimulsoft.Report.StiOptions.Silverlight.WCFService.WCFExportDocument
The WCFExportDocument event occurs when exporting a report by means of the server. In order to make available a menu with exports in the viewer by means of the server, you must set the ShowReportSaveToServerButton property to true:
Stimulsoft.Report.StiOptions.Viewer.Elements.ShowReportSaveToServerButton = true;
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |