combit List & Label 30 - .NET Help
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerController Class

In This Topic
WebReportViewerController Class Methods
In This Topic

For a list of all members of this type, see WebReportViewerController members.

Public Methods
 NameDescription
Public Method (Inherited from System.Web.Http.ApiController)
Public Method (Inherited from System.Web.Http.ApiController)
Public MethodThis 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").  
Public MethodThis 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.  
Public MethodThis virtual method is called when a project's form element button is clicked in the Web Report Viewer.  
Public MethodThis virtual method is called when the Web Report Viewer starts a new session. The implementation must create a fully initialized List & Label instance and set to ProvideListLabelContext.NewInstance.  
Public MethodThis virtual method is called when the Web Report Viewer needs the current repository.  
Public MethodThis virtual method is called when the Web Report Viewer creates a new instance and the session options are loaded.  
Public MethodThis virtual method is called when the export button in the toolbar is clicked.  
Public MethodOverloaded.  (Inherited from System.Web.Http.ApiController)
Top
See Also