List & Label .NET
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerSessionOptions Class
Properties Methods

In This Topic
    WebReportDesignerSessionOptions Class Members
    In This Topic

    The following tables list the members exposed by WebReportDesignerSessionOptions.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new WebReportDesignerSessionOptions object.  
    Top
    Public Properties
     NameDescription
    Public PropertySets project types that are allowed to be created. If a project type is excluded, it will not be appearing as an option in the project creation dialog.  
    Public PropertyInterval in seconds to automatically create backups while editing projects. Values less than 0 disable this feature. Minimum interval is 30 seconds.  
    Public PropertyAbsolute path to a directory for backup files. Ensure that the IIS user has write permissions.  
    Public PropertyThis property allows passing arbitrary client-specific data from the frontend to the server-side context of the Web Report Designer. Typical use cases include passing an authentication key (authKey) or specifying the List & Label language directly from the frontend instead of the backend.  
    Public PropertyThe repository implementation to use.  
    Public PropertyMaximum number of attempts to print an object if non-wrappable content is exceeding the available space. Default: 100 attempts. Set this value to 0 if there should be no limit of attempts (may lead to endless loops).  
    Public PropertyCan be assigned to any object. This object will be available in the arguments of the OnListLabelRequest. This property is intended for server-side use and allows passing arbitrary data from the session options to the server context.  
    Public PropertyAbsolute path to a directory for temporary files. Ensure that the IIS user has write permissions.  
    Top
    Public Methods
     NameDescription
    Public Method(Optional) Sets a logger specific to this Web Report Designer instance. If not defined, the logger of WebReportDesignerConfig.SetLogger is used.  
    Top
    See Also