ActiveReports Developer 7
GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.v7 Assembly : GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes namespace includes various reports related classes.

Classes

 ClassDescription
ClassColors Contains a collection of colors associated with a theme.
ClassConstantsCollection Constants dictionary. It's a wrapper over a regular dictionary since we need to call GetResult on expressions.
ClassDataSet Contains information about a data set.
ClassDataSets A Collection of DataSet references.
ClassDataSource Contains information about a data source.
ClassDataSources Contains a collection of DataSource references.
ClassField Represents a field within the data model.
ClassFont Represents a Theme font.
ClassFonts Contains the Theme fonts.
ClassImage Defines an image.
ClassImages Contains a collection of images.
ClassMultiValueParameter Represents a report parameter that can contain multiple values.
ClassParameter Represents a report parameter.
ClassParameters Defines a proxy to the Report parameters collection. It is queried as a service by the GrapeCity.ActiveReports.Expressions.MethodInvokers.ParametersGlobalCollectionInvoker.
ClassReportItem Represents a report item.
ClassReportProxy Allows to access to parameters of report via custom code.
ClassTheme
Represents the collection of colors, fonts and images to be used in a report.
ClassXmlThemeReader Allows creation of a Theme through Xml.
ClassXmlThemeWriter Provides the method allows to save a theme.

See Also