Class | Description | |
---|---|---|
AutoDefineDataItemEventArgs | Eventarguments for the delegate AutoDefineDataItemHandler | |
AutoDefineElementEventArgs | Eventarguments for the delegates: | |
AutoDefineNewLineEventArgs | Eventarguments for the delegates: | |
AutoDefineNewPageEventArgs | Eventarguments for the delegates: | |
CacheDictionary<TKey,TValue> | ||
ChartField | Represents a chart field. | |
ChartFieldCollection | Collection of all chart fields. | |
ChartFieldEnumerator | Enumerator for the chart fields. | |
CheckFunctionSyntaxEventArgs | Eventarguments for the delegates: | |
CoordinateHelper | Helper class to convert certain units. | |
CreateDesignerObjectEventArgs | Eventarguments for the delegates: | |
DatabaseStructureLoadErrorEventArgs | ||
DbConnectionDataProviderInitializedEventArgs | ||
DelayedValueEventArgs | ||
DesignerAction | Extends the Designer's menu and optionally the toolbar of the Designer. | |
DesignerActionCollection | Collection of all Designer actions. | |
DesignerControl | Control class that allows to place the Designer onto existing Windows Form instances. | |
DesignerFunction | One of the important and powerful options of the designer is the formula assistant and the functions offered in it. With the help of the DesignerFunction and the component's Evaluate event, a function that can be handled separately by the program is offered to the user. | |
DesignerFunctionCollection | Collection of all designer functions. | |
DesignerFunctionParameter | Represents a parameter for a designer function. | |
DesignerLanguages | The available design languages in the Designer can be defined hereby. The language for the report can be switched in the Designer later to be able to create localized versions of the report. For further information about localization of reports see Localization of Project Files in Designer. | |
DesignerObject | Similar to the enhancement of the designer functions, you can also define custom object types and register them with List & Label. The new objects are subsequently available to the user in the usual manner through the toolbar on the left and the menu. Here, a special Collection Editor is also available. You can access it in the development environment with the "..." button of the property DesignerObjects of the previously placed List & Label .NET component. With the "Add" button, you can add a new object type. See also the provided programmable samples "C# Designer Extension Sample" / "VB.NET Designer Extension Sample". | |
DesignerObjectCollection | Collection of all designer objects. | |
DesignerPrintJobEventArgs | ||
DesignerWindow | Access to the designer window. | |
DrawDesignerObjectEventArgs | Eventarguments for the delegates: | |
DrawObjectEventArgs | Eventarguments for the delegates: | |
DrawPageEventArgs | Eventarguments for the delegates: | |
DrawProjectEventArgs | Eventarguments for the delegates: | |
DrawTableFieldEventArgs | Eventarguments for the delegates: | |
DrawTableLineEventArgs | Eventarguments for the delegates: | |
EditDesignerObjectEventArgs | Eventarguments for the delegates: | |
Element | Represents a Field, a Variable or a ChartField. | |
ElementBaseCollection | Base class for element collections (Fields, Variables, ChartFields). | |
EvaluateEventArgs | Eventarguments for the delegates: | |
EvaluateFunctionEventArgs | Eventarguments for the delegates: | |
ExportConfiguration | This class is used as parameter for the Export Method. It contains the configuration parameters for the export like target file and format. | |
ExportEnumHelper | ||
ExpressionErrorEventArgs | Eventarguments for the delegates: | |
ExpressionEvaluator | List & Label offers an extensive formula parser, which can also easily be used in customized applications. This way you can offer your customer an efficient tool for customization. The class ExpressionEvaluator offers the parser. Here, the usual options of the VariableCollection are at your disposal. If you want to carry out evaluation on the basis of an existing instance of the ListLabel component, simply use the EvaluateExpression method. Through a Boolean parameter, you can indicate whether only the registered variables are to be evaluated or the fields as well. | |
ExtensionMethods | ||
Field | Represents a Field, i.e. a content block for a table. | |
FieldCollection | Collection of available fields. | |
FieldEnumerator | Enumerator for the available fields. | |
FileExtensions | File extensions for the respective project types can be queried or edited with this class. | |
FunctionInfo | Contains detailed information on the available syntax hints, autocomplete entries etc. for a designer function. | |
GetActionStateEventArgs | Eventargument for the event: | |
GetFieldHeightInformationEventArgs | This event is used to query the DesignerObject Class for height information in order to wrap the object ideally. | |
HyperLinkClickedEventArgs | ||
ListLabel | This class represents an instance of the List & Label object. You can set many options via the properties. The methods allow for a quick design and print access. The events give you further capabilities to influence the print result. The collections for designer objects and functions enable you to add functions and objects to the designer. The Core object gives you access to the full List & Label API. Last but not least the collections for fields, variables and chart fields host the data that make up the building blocks of your design. Add different types of data and choose the placeholder names for your end users. | |
ListLabelDesignerWorkspace | With this class you can control the behavior of the Designer, mask functions out, set the window title etc. | |
ListLabelDocument | The ListLabelDocument class is a descendant of PrintDocument. It enables the usage of List & Label preview files for standard preview controls. | |
ListLabelException | Base class for all List & Label exceptions. | |
ListLabelExportOptions | This class allows to set the options for the export modules in databinding mode. An export without user interaction for example can be realized with it. | |
ListLabelPreviewButtons | This class represents the toolbar buttons of the List & Label preview control. It enables you to set and query the state of the buttons. | |
ListLabelPreviewControl | The preview control displays List & Label preview files. The control also allows export to other formats like PDF or Multi-TIFF. | |
ListLabelPreviewControl.ButtonPressEventArgs | Eventarguments for the delegates: | |
ListLabelPreviewControl.LoadFinishedEventArgs | This event tells you when the preview file is completely loaded. Furthermore the parameter isSuccessful tells you if the loading process was successful. | |
ListLabelPreviewControl.PageChangedEventArgs | Eventarguments for the delegates: | |
ListLabelPreviewControl.PreviewPageStyle | Defines styles for selected and non selected pages. | |
ListLabelPreviewControl.PreviewSelectionFrame | Defines frames for selected and non selected pages. | |
ListLabelPreviewControl.PreviewZoomStyle | Defines how the pages in the preview control become zoomed. | |
ListLabelRTFControl | This class allows you to use the List & Label RTF editor directly within your forms. The content can be rendered to any given device context. | |
LlBarcode | This class represents a barcode that can be used as variable or field. | |
LlCore | The Core class gives you access to the full API of List & Label. Usually these APIs are only needed when not working in databound mode. | |
LocalizedName | ||
LoggerBase | ||
LoggingHelper | ||
LRUCache<TKey,TValue> | ||
MailJob | This class allows to send emails. | |
ModifyMetafileEventArgs | ||
NextCombinationPrintStepEventArgs | Event arguments for event NextCombinationPrintStep. | |
NoAutoPropertyCorrection | ||
NotifyEmfPageEventArgs | ||
NotifyFrameHandleEventArgs | ||
NotifyProgressEventArgs | With this event you can enquire the printing progress to preview. | |
PageExportedEventArgs | ||
ParameterAutoCompleteEventArgs | Eventarguments for the delegates: | |
PostCloneDesignerObjectEventArgs | ||
PreviewFile | The List & Label Storage API provides access to the LL preview files. You can query general information from individual pages, place multiple files together, and store user data. In the case of .NET components, the API options are accessed with the two classes PreviewFile and PreviewPage. Each of them represents a complete preview file or an individual page of a file. | |
PreviewPage | This class represents a page of the preview file. | |
PrintJobInfoEventArgs | Eventarguments for the delegates: | |
ProcessTextEventArgs | ||
ProgressEventArgs | ||
ProjectParameter | A project specific parameter that can be defined by ProjectParameters. | |
ProjectParameters | Add or query project parameters here. | |
QueryFileNameForExportJobEventArgs | ||
ReplaceEventArgs | ||
ReportParametersCollectedEventArgs | ||
ReportParameterWithData | Represents a report parameter within a project, which can be acquired using ReportParametersCollected. | |
ReportStateItemEventArgs | ||
SaveFilenameEventArgs | Eventarguments for the delegates: | |
SetOptionStringEventArgs | ||
ShowHelpEventArgs | Eventarguments for the delegates: | |
TimeZoneInformation | Stores information about the time zones of the database and the client. | |
TriggeredJobInUIThreadEventArgs | ||
UniqueValueDictionary<TKey,TValue> | ||
UpdateDatasourceParameterEventArgs | ||
UpdateDatasourceParametersEventArgs | ||
Variable | Represents a variable, i.e. a data content e.g. for a text object. | |
VariableCollection | Collection of available variables. | |
VariableHelpTextEventArgs | Eventarguments for the delegates: | |
ViewerActionResultEventArgs | EventArgs for the ViewerActionResult event. | |
ViewerButtonClickedEventArgs | Eventarguments for the delegates: | |
ViewerPrintEventArgs | ||
ViewerWindow | This class provides properties which represent the viewer window. |