ComponentOne Reports for WPF
Inheritance Hierarchy
In This Topic
    C1.C1Rdl Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe abstract base class for reports implementing various flavors of RDL (Report Definition Language) specification.
    ClassRepresents a Boolean value specified as a constant or as an expression.
    ClassRepresents a color value that can be specified as a System.Drawing.Color literal or as an expression.
    ClassStatic class holding a few predefined RdlColor values.
    ClassRepresents an enum value that can be specified as a literal or as an expression.
    ClassRepresents a float value that can be specified either as a constant or as an expression.
    ClassRepresents an integer that can be specified as a constant or as an expression.
    ClassRepresents an object that can be specified either as a constant or as an expression.
    ClassThe 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.
    ClassRepresents a ReportSize that can be specified as a constant or as an expression.
    ClassRepresents a string that can be specified as a constant or as an expression.
    ClassRepresents a linear size of a report item or part.
    ClassRepresents information about a errors that occurred during generation of a C1RdlReportBase.
    ClassRepresents a collection of Warning objects. This is the type of the C1RdlReportBase.Warnings property on a C1RdlReportBase.
    Enumerations
     EnumerationDescription
    EnumerationIndicates whether leaf-level values (for example, text box values and chart data values) should render as elements or attributes.
    EnumerationSpecifies the type of a value (e.g. in a C1.C1Rdl.Rdl2008.ReportParameter).
    EnumerationSpecifies operators used to compare data in filters, etc.
    EnumerationDefines supported RDL versions.
    EnumerationEnumerates units of measurement used in a C1RdlReportBase, used by ReportSize and related types.
    EnumerationSpecifies a value that can be a Boolean true or false, or have the value automatically determined depending on the current context.
    See Also