Name | Description | |
---|---|---|
![]() | AddVarsToFields | If true, variables are also offered as content for table fields. |
![]() | AutoBoxType | Sets the progress box type for the databound mode. |
![]() | AutoDesignerPreview | If this property is set to TRUE, a Designer Preview is available in databound mode. |
![]() | AutoDestination | Sets the print destination for the methods Print and Design in databound mode, e.g. printer, preview, PDF, HTML, etc. |
![]() | AutoDialogTitle | Sets the title for the print options dialog for the methods Print and Design in databound mode. |
![]() | AutoFileAlsoNew | Gets or sets whether it is possible to create a new project file for the method Design in databound mode. |
![]() | AutoMasterMode | Sets the type of data transfer for the methods Print and Design in databound mode. |
![]() | AutoProjectFile | Sets the file name of the List & Label project file for the methods Print and Design in databound mode. |
![]() | AutoProjectType | Sets project type for the methods Print and Design in databound mode (List, Card, Label). |
![]() | AutoShowPrintOptions | Gets or sets whether the print options dialog should be displayed at print start for the method Print in databound mode. Enables the user to select a different print option. |
![]() | AutoShowSelectFile | Gets or sets whether the file selection dialog with integrated preview window should be displayed for the methods Print and Design in databound mode. Enables the user to select a different project file. |
![]() | CheckUsedIdentifiers | Allows to disable the check to the used identifiers. Default: true |
![]() | CompressStorage | Gets or sets whether the preview file is stored in a compressed format. |
![]() | ConvertCRLF | Gets or sets whether CR-LF combinations in field and variable contents are changed to LF. This setting prevents doubled line feeds. |
![]() | DataBindingMode | Different available data binding modes. |
![]() | DataMember | Defines the "main" table and has the effect that only this table and all linked child tables are offered. Tables which are located above the specified table in the hierarchy will be hid. Set this property to empty (String.Empty) if you want to have all tables available generally. Use the AutoMasterMode Property to choose if the data of the DataMember should be transferred as fields (e.g. for an invoice list) or as variables (e.g. invoice collection). |
![]() | DataSource | DataSource to use for the Print Method and Design Method. You can bind to any data for which a provider is available. See the combit.Reporting.DataProviders Namespace for an overview of available data providers. You may also write your own data provider and in this way bind to custom sources not covered yet. The most frequently used objects for data binding are
|
![]() | Debug | Sets the debug mode. You may "or" multiple options like "LlDebug.Enabled | LlDebug.LogToFile". |
![]() | DebugLogFilePath | If the debug log file should be written to a certain file and directory, set this property to the full path of the required file. |
![]() | DelayTableHeader | If this property set to true the header of a table will only be printed if data for the table is supplied. |
![]() | DesignerActions | Allows adding menu entries and buttons to the Designer's toolbar. |
![]() | DesignerFunctions | Collection of custom designer functions. |
![]() | DesignerObjects | Collection of custom designer objects. |
![]() | DesignerWorkspace | With this class the behavior of the Designer can be controlled, functions disabled, the title bar set etc. |
![]() | Dictionary | You can use this dictionary to localize your table names, field names, variable names, sort orders and relation names - see also Localization of Project Files in Designer. |
![]() | ExportOptions | Specify various export options here. These must be defined before the print/export call - see also LlExportOption for a list of options. |
![]() | Fields | Returns a collection of all available fields. |
![]() | FileExtensions | File extensions for List & Label files can be queried or set hereby. For further information see the FileExtensions Class. |
![]() | FileRepository | Gets or sets a container for the external files that a List & Label project depends on, e.g. drilldown projects, includes, images, shapefiles, etc. A repository can only be set once per instance! When a file repository is assigned, external files will be referenced via an ID instead of a file path and the file selection dialogs will be replaced with dialogs that allow choosing and adding virtual files from/to the repository. Use a repository in situations where you want to reuse resources easily across several reports or where includes from local file paths are troublesome (e.g. in web applications). For more information see also IRepository. |
![]() | IncludeFontDescent | When using fonts with extreme descent the descent is added to the line height if this option is set to true. |
![]() | IncrementalPreview | Gets or sets if the preview will be displayed as soon as the first page is available (True, default) or after all pages have been rendered (False). |
![]() | Language | Sets the language for the configuration dialogs. You might have to purchase one of the optionally available language kits in order to set the language of your choice. Please note that setting this property results in closing and re-opening the underlying List & Label job. All defined variables, fields etc. will be reset by this action. You should set this property as early as possible, ideally right after constructing an instance of the component. |
![]() | LicensingInfo | Enter your personal license information here. Be sure to set this property as soon as the List & Label object has been created so that the edition type used is known. Information about your personal license key can be found in the PersonalLicense.txt file. Important: Must be set before redistribution. |
![]() | MaximumIdleIterationsPerObject | This option is used to set the maximum number of attempts to print an object. Useful to prevent endless loops if non-wrappable content is exceeding the available space. Default '0' means 'no limit'. |
![]() | MaxRTFVersion | List & Label uses the Windows RTF control. As there are different versions of this control, List & Label has to know which version to use. With this property you provide the maximum version number for List & Label to use. 0x100: Version 1.0 0x200: Version 2.0 ... Please note that setting this property results in closing and re-opening the underlying List & Label job. All defined variables, fields etc. will be reset by this action. You should set this property as early as possible, ideally right after constructing an instance of the component. |
![]() | NoParameterCheck | List & Label usually checks all function parameters for validity. You may switch off this check by setting this property to true. This can provide a higher printing speed. |
![]() | PreviewControl | Gets or sets the ListLabelPreviewControl used for printing (see AutoDestination Property) |
![]() | PreviewZoom | Initial real data preview zoom factor in percent. (Default: 100; 100 represents the page width) |
![]() | Printerless | If true, List & Label uses a virtual device for the rendering. This means that no printer driver is required and used on the system. Note that this may have a minimal impact on the positioning of the output. If false, List & Label uses the printer (drivers) installed in the system for rendering (default). |
![]() | ProjectParameters | Project parameters can be queried or set hereby. For further information see the ProjectParameters Class. |
![]() | ProjectPassword | Sets a password for encryption of the project file. If empty, no encryption is used. |
![]() | TableColoring | This property sets the table coloring mode. |
![]() | TimeZoneInformation | Can be used to set information about the time zones of the database and the client. If not set, all time zones are assumed to be the local time of the machine that runs the Designer or report. |
![]() | Unit | Sets the smallest length unit by List & Label. |
![]() | Variables | Returns a collection of all available variables. |
![]() | VarsCaseSensitive | If set to true, variable and field names are treated case sensitive. |