Namespace combit.Reporting
Classes
- AutoDefineElementEventArgs
Provides data for the AutoDefineElement event.
- AutoDefineNewPageEventArgs
Provides data for the event that is raised when a new page is triggered.
- CheckFunctionSyntaxEventArgs
Represents the event arguments for checking the syntax of a function. Just added for compatibility reasons, only use with DesignerFunction.
- DefinePrintOptionsEventArgs
Provides data for the DefinePrintOptions event that is raised after loading a project and before printing it.
- DesignerFunction
Represents a user provided designer function that can be used to extend the List & Label Designer with custom functionality. Designer functions allow you to add custom calculations, data lookups, or any other custom logic that can be invoked from within report expressions in the Designer.
- DesignerFunctionParameter
Represents a parameter for a designer function.
- EvaluateFunctionEventArgs
Provides data for the EvaluateFunction event.
- ExportConfiguration
Represents the configuration settings used when exporting a project.
- IdentifierCollection
Represents a collection of identifiers, each associated with an ExpressionValue. This class allows for adding, removing, and accessing values by key, and supports reverting to previous values.
- ListLabel
Represents the List & Label reporting engine.
- ListLabelException
Represents an exception specific to List & Label reporting.
- ListLabelExportOptions
Represents export options for List & Label.
- NextCombinationPrintStepEventArgs
Provides event data for the NextCombinationPrintStep event.
- ParameterAutoCompleteEventArgs
Represents the event arguments for the parameter auto-complete event. Just added for compatibility reasons, only use with DesignerFunction.
- QueryFileNameForExportJobEventArgs
EventArgs class for the QueryFileNameForExportJob event.
- TimeZoneInformation
Holds the time zone configuration that should be applied while processing data and evaluating expressions.
- UpdateDatasourceParameterEventArgs
Event arguments for combit.Reporting.DataProviders.IParameterBinder.BeforeUpdateDatasourceParameter.
- UpdateDatasourceParametersEventArgs
Event arguments for combit.Reporting.DataProviders.IParameterBinder.AfterUpdateParameterValues and combit.Reporting.DataProviders.IParameterBinder.BeforeUpdateParameterValues.
Enums
- LlAutoMasterMode
Specifies the auto master mode.
- LlExportOption
Specifies options for export configurations. The syntax typically combines the export format with the particular option, where general options start with "Export".
- LlExportTarget
Specifies the target format for export operations.
- LlExpressionPart
Represents the parts of an expression used with native filter translation.
- LlIdentifierType
Specifies the types of identifiers available.
- LlParamType
Represents the parameter types used in List & Label. Just added for compatibility reasons, only use with DesignerFunction.
- LlProject
Represents the different project types.
- LlProjectParameter
Specifies project parameters.
- LlProjectParameterFlag
Flags describing attributes of a project parameter (visibility, scope, storage behavior and category).
- ProjectLoadMode
The mode in which a project is loaded. Determines certain behaviors in the LoadProject method.
- Default: The default mode. Loads the project as usual.
- Template: Project being loaded is a project template.
- SubReport: Project being loaded is a sub-report.
- ResetPageNumberOption
Options for resetting the page number in the NextCombinationPrintStepEventArgs.
Delegates
- AutoDefineElementHandler
Represents the method that will handle the AutoDefineElement event.
- CheckFunctionSyntaxEventHandler
Represents the method that will handle the event raised when checking the syntax of a function.
- DbConnectionDataProviderInitializedHandler
Represents the method that will handle the event raised when a DbConnectionDataProvider is initialized.
- EvaluateFunctionEventHandler
Represents the event arguments for evaluating a function.
- ParameterAutoCompleteEventHandler
Represents the method that will handle the event raised when getting parameter auto completion information.