Name | Description | |
---|---|---|
AddVarsToFields | See combit.Reporting.ListLabel.AddVarsToFields. | |
AutoMasterMode | AutoMasterMode of List & Label object (see combit.Reporting.ListLabel.AutoMasterMode). | |
ClientJobOptions | Allows to specify options for the client-side List & Label job as usually done via ListLabel.Core.SetOption(). | |
ClientTimeZone | TimeZoneInfo for the client's time zone. All timestamps will be converted to this time zone. | |
DataMember | DataMember of List & Label object | |
DataSource | The data source to use for the Web Designer (see combit.Reporting.ListLabel.DataSource). The data source is disposed automatically when the Web Designer is closed on the client. | |
DesignerLanguageLCIDs | Allows to add the displayed languages for the report localization. Please note that this has no effect on the language of the Web Designer user interface (see Language for the GUI language of the Web Designer). | |
DictionaryInitializer | Optional. If set to a handler method, this gives you access to the dictionary collections (see combit.Reporting.ListLabel.Dictionary). | |
ExtensionAssemblies | If you'd like to add your own combit.Reporting.DesignerObject or combit.Reporting.DesignerFunction classes to the Web Designer, put them in a separate assembly and add them as combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtension to this list. See the blog article Add Your Custom Objects and Functions to the Web DesignerT:combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtension% class for some comments and an example code. | |
Language | (Optional) Sets the language for the user interface of the Web Designer. Default: System language of the client for the Web Designer application and the language of the current thread's culture for the rendered page that launches the Web Designer from the client's browser. | |
Printerless | See combit.Reporting.ListLabel.Printerless. | |
ProjectFile | Absolute path to the List & Label project file or the repository item ID to open in the designer. | |
ProjectType | Project type (List/Card/Label) of the project file set in the ProjectFile property. | |
TempDirectory | Absolute path to a directory for temporary files. Ensure that the IIS user has write permissions. | |
VariableInitializer | Optional. If set to a handler method, this gives you access to the variables collection (see combit.Reporting.ListLabel.Variables). |