combit List & Label 29 - .NET Help
combit.Reporting.AdhocDesign.Web Namespace / AdhocWebDesignerSessionOptions Class
Properties

In This Topic
    AdhocWebDesignerSessionOptions Class Members
    In This Topic

    The following tables list the members exposed by AdhocWebDesignerSessionOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets if SVG rendering of the preview image is allowed. Note that the PNG format is always used if a client does not support SVG.  
    Public Property(Required) Gets or sets the data provider for the report. See combit.Reporting.ListLabel.DataSource. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public Property(Optional) Gets or sets the project title to use when initializing a new project. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public Property(Required) Gets or sets the type of ad-hoc project to use if the project is empty and a new projects needs to be created. See combit.Reporting.AdhocDesign.AdhocProjectType. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public Property(Optional) Gets or sets the virtual file path to the logo image which is displayed in the header bar of the Ad-hoc Designer. Example: "~/Content/Images/CompanyLogo.png"  
    Public Property(Required) Gets or sets the title text to show in the header bar of the Ad-hoc Designer and the (browser) window or tab. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public Property(Optional) Gets or sets the virtual file path to the favicon image. Example: "~/favicon.ico"  
    Public Property(Optional) Gets or sets the language and culture settings to use for this session. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public Property(Required) Gets or sets the license key to use for the internal List & Label objects. See combit.Reporting.ListLabel.LicensingInfo. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public PropertyGets or sets the logger object for this session. If not specified, the (global) default logger is used. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public PropertyIf specified, this action is invoked when the Ad-hoc Designer session is disposed (usually when the browser tab is closed, otherwise when the instance lifetime times out). (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public Property(Optional) If not null, the user which tries to access this designer session (e.g. the user of the HttpContext) is compared to this property and rejected if the user name does not match (case-insensitive name comparison). (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Public PropertyGets a dictionary object that allows to define custom names (e.g. translations) for tables, columns, etc. which will be displayed in the user interface instead of the physical names. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase)
    Top
    See Also