Class | Description | |
---|---|---|
Colors | Contains a collection of colors associated with a theme. | |
ConstantsCollection | Constants dictionary. It's a wrapper over a regular dictionary since we need to call GetResult on expressions. | |
DataSet | Contains information about a data set. | |
DataSets | A Collection of DataSet references. | |
DataSource | Contains information about a data source. | |
DataSources | Contains a collection of DataSource references. | |
Field | Represents a field within the data model. | |
Font | Represents a Theme font. | |
Fonts | Contains the Theme fonts. | |
Image | Defines an image. | |
Images | Contains a collection of images. | |
MultiValueParameter | Represents a report parameter that can contain multiple values. | |
Parameter | Represents a report parameter. | |
Parameters | Defines a proxy to the Report parameters collection. It is queried as a service by the GrapeCity.ActiveReports.Expressions.MethodInvokers.ParametersGlobalCollectionInvoker. | |
ReportItem | Represents a report item. | |
ReportProxy | Allows to access to parameters of report via custom code. | |
Theme | Represents the collection of colors, fonts and images to be used in a report. | |
XmlThemeReader | Allows creation of a Theme through Xml. | |
XmlThemeWriter | Provides the method allows to save a theme. |