combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabel Class

ListLabel Class Properties

For a list of all members of this type, see ListLabel members.

Public Properties
 NameDescription
Public Property

If true, variables are also offered as content for table fields.

 
Public PropertySets the progress box type for the databound mode.  
Public PropertyIf this property is set to TRUE, a Designer Preview is available in databound mode.  
Public Property

Sets the print destination for the methods Print and Design in databound mode, e.g. printer, preview, PDF, HTML, etc.

 
Public PropertySets the title for the print options dialog for the methods Print and Design in databound mode.  
Public PropertyGets or sets whether it is possible to create a new project file for the method Design in databound mode.  
Public PropertySets the type of data transfer for the methods Print and Design in databound mode.  
Public Property

Sets the file name of the List & Label project file for the methods Print and Design in databound mode.

 
Public PropertySets project type for the methods Print and Design in databound mode (List, Card, Label).  
Public PropertyGets 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.  
Public PropertyGets 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.  
Public Property

Allows to disable the check to the used identifiers.

Default: true

 
Public PropertyGets or sets whether the preview file is stored in a compressed format.  
Public PropertyGets or sets whether CR-LF combinations in field and variable contents are changed to LF. This setting prevents doubled line feeds.  
Public Property

Different available data binding modes.

 
Public Property

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).

 
Public Property

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

 
Public PropertySets the debug mode. You may "or" multiple options like "LlDebug.Enabled | LlDebug.LogToFile".  
Public Property

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.

 
Public PropertyIf this property set to true the header of a table will only be printed if data for the table is supplied.  
Public PropertyAllows adding menu entries and buttons to the Designer's toolbar.  
Public PropertyCollection of custom designer functions.  
Public PropertyCollection of custom designer objects.  
Public Property

With this class the behavior of the Designer can be controlled, functions disabled, the title bar set etc.

 
Public Property

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.

 
Public Property

Specify various export options here. These must be defined before the print/export call - see also LlExportOption for a list of options. 

 
Public Property

Returns a collection of all available fields.

 
Public Property

File extensions for List & Label files can be queried or set hereby. For further information see the FileExtensions Class.

 
Public Property

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.

 
Public PropertyWhen using fonts with extreme descent the descent is added to the line height if this option is set to true.  
Public Property

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).

 
Public Property

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.

 
Public Property

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.

 
Public Property

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'.

 
Public Property

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.

 
Public PropertyList & 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.  
Public PropertyGets or sets the ListLabelPreviewControl used for printing (see AutoDestination Property)  
Public Property

Initial real data preview zoom factor in percent. (Default: 100; 100 represents the page width)

 
Public Property

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).

 
Public Property

Project parameters can be queried or set hereby. For further information see the ProjectParameters Class.

 
Public PropertySets a password for encryption of the project file. If empty, no encryption is used.  
Public PropertyThis property sets the table coloring mode.  
Public Property

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.

 
Public PropertySets the smallest length unit by List & Label.  
Public Property

Returns a collection of all available variables.

 
Public PropertyIf set to true, variable and field names are treated case sensitive.  
Top
See Also