|
| Class | Description |
|---|
 | AreaSeries | |
 | Barcode |
Represents a barcode report item.
|
 | BarSeries | |
 | Binding |
Represents the simple binding between the target property of a report item
and an expression.
|
 | BindingCollection |
Represents a collection of Bindings.
|
 | CalculatedField | |
 | CalculatedFieldCollection | |
 | CartesianCoordinateSystem |
Represents a two-dimentional cartesian (rectangular) coordinate system.
|
 | CategoryScale | |
 | Chart |
Represents a chart report item
|
 | CheckBox |
Represents a check box report item.
|
 | Crosstab |
The Crosstab report item displays aggregated data summaries, grouped in rows and columns.
|
 | CubeDataSource |
Represents an OLAP cube to data items.
|
 | CubeDataSourceParameter | |
 | CubeDataSourceParameterCollection | |
 | DataFieldMapping |
Represents a mapping between a field from a data source and its
corresponding short alias used for data binding in expressions.
|
 | DataFieldMappingCollection | |
 | DataItem | |
 | DataSource | |
 | DataSourceParameter | |
 | DateTimeScale |
A DateTimeAxis displays dates in chronological order at specific intervals, or base units,
even if the dates from the data source are not in order or in the same base units.
|
 | DetailSection |
Represents the main section of a
Report. It is printed once for
every record in the data source of the report.
|
 | EntityDataSource |
Represents an Entity data model to data items.
|
 | ErrorEventArgs | |
 | ExponentialScale |
The ExponentialScale is similar to the NumericalScale, except there's an exponential transform that
is applied to the input domain value before the output range value is computed. The mapping
to the output range value y can be expressed as a function of the input
domain value x: y = mx^k + b, where k is the exponent value. ExponentialScale also supports
negative values, in which case the input value is multiplied by -1, and the resulting
output value is also multiplied by -1.
|
 | Filter | |
 | FilterCollection | |
 | Graph |
Use the Graph item to add charts to a report.
|
 | GraphAxis | |
 | GraphCoordinateSystem |
Represents a coordinate system in a Graph item.
|
 | GraphCoordinateSystemCollection | |
 | GraphGroup |
Represents a group in a Graph item.
|
 | GraphGroupCollection | |
 | GraphItem | |
 | GraphLegend |
Specifies the legend for the graph.
|
 | GraphSeries |
Represents a series of data points with labels in the Graph report item.
|
 | GraphSeries2D |
Represents a series of data points in a two-dimensional coordinate system.
|
 | GraphSeriesCollection | |
 | GraphTitle |
Represents a title for the graph.
|
 | Group |
Represents a class that defines a report group.
|
 | GroupBase | |
 | GroupCollection | |
 | GroupFooterSection |
Represents a group footer section. Group footers are displayed at the
end of a group. Group headers and footers are unified by the
Group class.
|
 | GroupHeaderSection |
Represents a group header section. Group headers are displayed at the
beginning of a group. Group headers and footers are unified by the
Group class.
|
 | Grouping | |
 | GroupingCollection | |
 | GroupSection | |
 | HtmlTextBox |
Represents a html text box report item.
|
 | InstanceReportSource |
Represents a report source that contains a reference to an instance of IReportDocument.
|
 | ItemEventArgs |
Provides data for the
ItemAdded and
ItemRemoved events.
|
 | LineSeries |
Represents a LineSeries in which the data points are connected with a line.
|
 | List |
The list report item represents a free-form layout.
|
 | LogarithmicScale |
The LogarithmicScale is similar to the NumericalScale, except there's a logarithmic transform that is
applied to the input domain value before the output range value is computed. The mapping
to the output range value y can be expressed as a function of the input domain
value x: y = m log(x) + b. The LogarithmicScale also supports negative values, in which
case the input value is multiplied by -1, and the resulting output value is also
multiplied by -1.
|
 | NavigateToBookmarkAction |
Represent an interactive action that navigates the report viewer
to a predefined bookmark in the same report.
|
 | NavigateToReportAction |
Represent an interactive action that navigates the report viewer to another report.
|
 | NavigateToUrlAction |
Represent an interactive action that opens an Url.
|
 | NumericalScale | |
 | ObjectDataSource |
Represents a business object to data items.
|
 | ObjectDataSourceBase | |
 | ObjectDataSourceParameter | |
 | ObjectDataSourceParameterCollection | |
 | OpenAccessDataSource |
Represents an Open Access data model to data items.
|
 | PageEventArgs |
Provides data for the
[!:Telerik.Reporting.Report.BeginRenderPage] and
[!:Telerik.Reporting.Report.EndRenderPage] events.
|
 | PageFooterSection |
Represents a page footer section. Page footers are displayed at the
end of a page.
|
 | PageHeaderSection |
Represents a page header section. Page headers are displayed at the
beginning of a page.
|
 | PageSection | |
 | Panel |
Provides a grouping mechanism for organizing report items.
|
 | Parameter |
Represents a parameter of nested report (subreport)
|
 | ParameterCollection |
Represents a collection of Parameter objects.
|
 | PictureBox |
Represents a picture box report item for displaying an image.
|
 | PolarCoordinateSystem |
Represents a two-dimentional polar coordinate system. Points in the polar coordinate
system are defined with radial and angular coordinates.
|
 | RangeAreaSeries |
Represents an AreaSeries with both start (X0, Y0) and end (Y, Y) values.
|
 | RangeBarSeries |
Represents a BarSeries with both start (X0, Y0) and end (Y, Y) values.
|
 | Report |
Represents the base class for any report in the Telerik Reporting.
|
 | ReportBook |
Represents a collection of reports logically unified as a single
document.
|
 | ReportCollection |
Represents a collection of
Report objects.
|
 | ReportFooterSection |
Represents a report footer section. Report footer is displayed at the
end of a report, but before the last
PageFooterSection if any.
|
 | ReportHeaderSection |
Represents a report header section. Report header is displayed at the
beginning of a report, but after the first
PageHeaderSection if any.
|
 | ReportItem |
Defines the base class for all report items that can be placed in a
ReportSectionBase. Items of this type
have a location and a size.
|
 | ReportItemBase |
Defines the base class for visual report items used for creating
reports.
|
 | ReportItemBase..::..ItemCollection | |
 | ReportObject |
Represents a base class for all Telerik Reporting objects
|
 | ReportParameter |
Represents a report parameter.
|
 | ReportParameterAvailableValues | |
 | ReportParameterCollection | |
 | ReportParameterCollectionBase<(Of <(<'TReportParameter>)>)> | |
 | ReportParameterUISettings | Obsolete. |
 | ReportSection | |
 | ReportSectionBase |
Defines the base class for report sections.
|
 | ReportSource |
Provides the base class for a report source. This is an abstract class
that contains only a collection of parameter values that are passed to the
IReportDocument object when its instance is initialized.
|
 | Scale | |
 | Shape |
Represents a shape report item.
|
 | Sorting | |
 | SortingCollection | |
 | SqlDataSource |
Represents an SQL database to data items.
|
 | SqlDataSourceParameter | |
 | SqlDataSourceParameterCollection | |
 | SubReport |
Represents a report item used to embed another report into the current
report.
|
 | Table |
The table report item displays detail data, data organized in row groups, or both.
|
 | TableBody |
Represents the Body of the Table item
|
 | TableBody..::..ColumnCollection |
Represents a collection of TableBodyColumn
|
 | TableBody..::..RowCollection |
Represents a collection of TableBodyRows
|
 | TableBodyColumn |
Represents a column in the Table's Body
|
 | TableBodyRow |
Represents a row in the Table's Body
|
 | TableCell | |
 | TableCellContainer | |
 | TableGroup | |
 | TextBox |
Represents a text box report item.
|
 | TextItemBase |
Represents a Text Item - a base class for report items like TextBox and CheckBox.
|
 | ToggleVisibilityAction |
Represents an interactive action that toggles the visibility of one or more items / groups.
|
 | ToggleVisivilityTargetCollection | |
 | TypeReportSource |
Represents a report source that allows a report document to be instantiated from an AssemblyQualifiedName.
|
 | UriReportSource |
Represents a report source that loads a report document from a URI.
|
 | XmlReportSource |
Represents a report source that contains the XML markup of a report document.
|