combit List & Label 30 - .NET Help
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerController Class
Properties Methods

In This Topic
    WebReportDesignerController Class Members
    In This Topic

    The following tables list the members exposed by WebReportDesignerController.

    Public Properties
    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"). (Inherited from combit.Reporting.Web.WebReportViewer.WebReportViewerController)
    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. (Inherited from combit.Reporting.Web.WebReportViewer.WebReportViewerController)
    Public MethodThis 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.  
    Public MethodThis 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)
    Public MethodThis 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.  
    Public MethodThis virtual method is called when the Web Report Designer loads the prohibited actions for the current user.  
    Public MethodThis virtual method is called when the Web Report Designer needs the current repository.  
    Public MethodThis 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.  
    Public MethodThis virtual method is called when the Web Report Designer uploads a file.  
    Public MethodOverloaded.  (Inherited from System.Web.Http.ApiController)
    Top
    See Also