Name | Description | |
---|---|---|
![]() | DataSource | (Required) Gets or sets the data provider for the report. See combit.Reporting.ListLabel.DataSource. |
![]() | DefaultProjectTitle | (Optional) Gets or sets the project title to use when initializing a new project. |
![]() | DefaultProjectType | (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. |
![]() | DesignerTitle | (Required) Gets or sets the title text to show in the header bar of the Ad-hoc Designer and the (browser) window or tab. |
![]() | Language | (Optional) Gets or sets the language and culture settings to use for this session. |
![]() | LicensingInfo | (Required) Gets or sets the license key to use for the internal List & Label objects. See combit.Reporting.ListLabel.LicensingInfo. |
![]() | Logger | Gets or sets the logger object for this session. If not specified, the (global) default logger is used. |
![]() | OnDisposeCallback | If 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). |
![]() | Owner | (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). |
![]() | Translations | Gets 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. |