combit List & Label 29 - .NET Help
combit.Reporting.AdhocDesign.SessionHandling Namespace / AdhocDesignerSessionOptionsBase Class
Properties

In This Topic
    AdhocDesignerSessionOptionsBase Class Members
    In This Topic

    The following tables list the members exposed by AdhocDesignerSessionOptionsBase.

    Public Properties
     NameDescription
    Public Property(Required) Gets or sets the data provider for the report. See combit.Reporting.ListLabel.DataSource.  
    Public Property(Optional) Gets or sets the project title to use when initializing a new project.  
    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.  
    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.  
    Public Property(Optional) Gets or sets the language and culture settings to use for this session.  
    Public Property(Required) Gets or sets the license key to use for the internal List & Label objects. See combit.Reporting.ListLabel.LicensingInfo.  
    Public PropertyGets or sets the logger object for this session. If not specified, the (global) default logger is used.  
    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).  
    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).  
    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.  
    Top
    See Also