ReportDataSource

Assembly: 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.

Class object properties inherited from IDmReportDataSource

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

Class object properties inherited from IDmDataSource

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

Class object methods inherited from IDmReportDataSource

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

Class object methods inherited from IDmDataSource

  Brief description
AddResultColumn The AddResultColumn method adds a column containing analysis results.
AddResultRows The AddResultRows method adds rows containing analysis results.
CopyFrom The CopyFrom method copies the specified data source.
RefreshRecordCount The RefreshRecordCount method refreshes the number of records in the data source.
Save The Save method saves data source.

See also:

Ms Assembly Classes