ReportDataSource

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The ReportDataSource class is used to work with the regular report as a data source for data mining.

Comments

If the data for data mining is located in the repository table, use the TableDataSource class.

Fore.NET Syntax

Class to get analog of the ReportDataSource class:

None;

Class to get analog of the ReportDataSource class object:

ReportDataSourceClass;

Class object properties inherited from IDmReportDataSource

  Property name Brief description
The Range property determines table cells range, containing data.
The TabSheet property determines a table, containing data.

Class object properties inherited from IDmDataSource

  Brief description
The Caption property determines the data source title.
The DataInColumns property determines whether data is located in the columns.
The Field property returns specified data source field.
The FieldCount property returns the number of fields in the data source.
Outdated. Use IDmDataSource.Field.
The Item property returns value of the specified field from the data source.
The ReadOnly property determines whether data source data is read-only
The RecordCount property returns the number of records in the data source.
The SupportsEdit property determines whether data source supports editing

Class object methods inherited from IDmReportDataSource

  Brief description
The CopyToTabSheet method copies data to a separate table.

Class object methods inherited from IDmDataSource

  Brief description
The AddResultColumn method adds the column, containing analysis results.
The AddResultRows method adds rows, containing analysis results.
The CopyFrom method copies the specified data source.
The Save method saves a data source

See also:

Ms Assembly Classes