Name | Description | |
---|---|---|
Dispose | (Inherited from System.Web.Http.ApiController) | |
ExecuteAsync | (Inherited from System.Web.Http.ApiController) | |
OnCssPatch | This virtual method can be overridden to inject custom CSS into the viewer space. The styles will be applied to the "cmbtCustomCSSInput" class (every selector will automatically be prefixed with ".cmbtCustomCSSInput"). (Inherited from combit.Reporting.Web.WebReportViewer.WebReportViewerController) | |
OnInstanceTouched | This virtual method is called when the Web Report Viewer receives an ping from the client to preserve the session. This will usually be called every 2 minutes when the viewer is opened. (Inherited from combit.Reporting.Web.WebReportViewer.WebReportViewerController) | |
OnProvideFileUploadExtensions | This virtual method is called when the Web Report Designer creates a new instance and the option for custom file extensions is loaded. If you override this method, you must make sure that the default information is transferred to the File Upload Extensions object. | |
OnProvideFormElements | This virtual method is called when a project's form element button is clicked in the Web Report Viewer. (Inherited from combit.Reporting.Web.WebReportViewer.WebReportViewerController) | |
OnProvideListLabel | This virtual method is called when the Web Report Designer starts a new design session. The implementation must create a fully initialized List & Label instance and set to ProvideListLabelContext.NewInstance. | |
OnProvideProhibitedActions | This virtual method is called when the Web Report Designer loads the prohibited actions for the current user. | |
OnProvideRepository | This virtual method is called when the Web Report Designer needs the current repository. | |
OnProvideWebReportDesignerSessionOptions | This virtual method is called when the Web Report Designer creates a new instance and the session options are loaded. If you override this method, you must make sure that the default information is transferred to the Session Options object. | |
OnUploadFile | This virtual method is called when the Web Report Designer uploads a file. | |
Validate | Overloaded. (Inherited from System.Web.Http.ApiController) |