Name | Description | |
---|---|---|
![]() | AdhocWebDesignerSessionOptions Constructor |
The following tables list the members exposed by AdhocWebDesignerSessionOptions.
Name | Description | |
---|---|---|
![]() | AdhocWebDesignerSessionOptions Constructor |
Name | Description | |
---|---|---|
![]() | AllowSvgRendering | Gets 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. |
![]() | DataSource | (Required) Gets or sets the data provider for the report. See combit.Reporting.ListLabel.DataSource. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | DefaultProjectTitle | (Optional) Gets or sets the project title to use when initializing a new project. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | 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. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | DesignerLogoVirtualPath | (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" |
![]() | 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. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | FaviconVirtualPath | (Optional) Gets or sets the virtual file path to the favicon image. Example: "~/favicon.ico" |
![]() | Language | (Optional) Gets or sets the language and culture settings to use for this session. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | LicensingInfo | (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) |
![]() | Logger | Gets or sets the logger object for this session. If not specified, the (global) default logger is used. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | 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). (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | 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). (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |
![]() | 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. (Inherited from combit.Reporting.AdhocDesign.SessionHandling.AdhocDesignerSessionOptionsBase) |