Classes

  Class Description
Public class C1RdlReportBase
The abstract base class for reports implementing various flavors of RDL (Report Definition Language) specification.
Public class RdlBool
Represents a Boolean value specified as a constant or as an expression.
Public class RdlColor
Represents a color value that can be specified as a System.Drawing.Color literal or as an expression.
Public class RdlColor..::..Predefined
Static class holding a few predefined RdlColor values.
Public class RdlEnum<(Of <(<'T>)>)>
Represents an enum value that can be specified as a literal or as an expression.
Public class RdlFloat
Represents a float value that can be specified either as a constant or as an expression.
Public class RdlInt
Represents an integer that can be specified as a constant or as an expression.
Public class RdlObject
Represents an object that can be specified either as a constant or as an expression.
Public class RdlProp
The abstract base class for types such as RdlInt, RdlBool, RdlFloat, RdlObject, RdlString and others that allow to specify a value either as a literal or as an expression.
Public class RdlSize
Represents a ReportSize that can be specified as a constant or as an expression.
Public class RdlString
Represents a string that can be specified as a constant or as an expression.
Public class ReportSize
Represents a linear size of a report item or part.
Public class Warning
Represents information about a errors that occurred during generation of a C1RdlReportBase.
Public class WarningCollection
Represents a collection of Warning objects. This is the type of the Warnings property on a C1RdlReportBase.

Enumerations

  Enumeration Description
Public enumeration DataElementStyle
Indicates whether leaf-level values (for example, text box values and chart data values) should render as elements or attributes.
Public enumeration DataType
Specifies the type of a value (e.g. in a ReportParameter).
Public enumeration Operator
Specifies operators used to compare data in filters, etc.
Public enumeration RdlFormatVersion
Defines supported RDL versions.
Public enumeration ReportSizeType
Enumerates units of measurement used in a C1RdlReportBase, used by ReportSize and related types.
Public enumeration TriState
Specifies a value that can be a Boolean true or false, or have the value automatically determined depending on the current context.