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

In This Topic
ListLabel Class Methods
In This Topic

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

Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. 

This key method handles the databound call to the Designer. Assign a DataSource to the component and call this method to start a print job. The overloads allow to fine tune the behavior by suppressing the file dialog, preset the project file name etc. You may also use the Auto... properties (e.g. AutoProjectFile Property) to modify these settings.

 
Public Method (Inherited from System.ComponentModel.Component)
Public MethodIf you want to carry out evaluations on the basis of an existing instance of the ListLabel component, simply use the EvaluateExpression method.  
Public Method

This key method handles the databound export to one of the available export formats. Assign a DataSource to the component and call this method to start an export. Export options not available in the ExportConfiguration Class can be added via the ExportOptions property.

 
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. 

This key method handles the databound printing. Assign a DataSource to the component and call this method to start a print job. The overloads allow to fine tune the behavior by suppressing the file dialog, the print option dialog, preset the project file name etc. You may also use the Auto... properties (e.g. AutoProjectFile Property) to modify these settings.

 
Public MethodOverloaded. 

Sets the data source and data member 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 Method (Inherited from System.ComponentModel.Component)
Top
See Also