StiReportRegData Method |
| Name | Description | |
|---|---|---|
| RegData(DataSet) |
Registers all DataTable and DataRelation which are in the specified DataSet in the Data Store.
| |
| RegData(DataTable) |
Registers the DataTable in the Data Store.
| |
| RegData(DataView) |
Registers DataView in the Data Store.
| |
| RegData(StiDataCollection) |
Registers the DataCollection in the DataStore of the report.
| |
| RegData(String, DataSet) |
Registers all DataTables and DataRelations which are in the specified DataSet in the Data Store.
| |
| RegData(String, DataTable) |
Registers an object in the Data Store.
| |
| RegData(String, DataView) |
Registers DataView in the Data Store.
| |
| RegData(String, OdbcConnection) |
Registers OdbcConnection in the Data Store.
| |
| RegData(String, OleDbConnection) |
Registers OleDbConnection in the Data Store.
| |
| RegData(String, SqlConnection) |
Registers SqlConnection in the Data Store.
| |
| RegData(String, Object) |
Registers an object in the Data Store.
| |
| RegData(XElement, StiRelationDirection) |
Registers the DataCollection in the DataStore of the report.
| |
| RegData(String, String, DataSet) |
Registers all DataTables and DataRelations which are in the specified DataSet in the Data Store.
| |
| RegData(String, String, DataTable) |
Registers an object in the Data Store.
| |
| RegData(String, String, DataView) |
Registers DataView in the Data Store.
| |
| RegData(String, String, OdbcConnection) |
Registers OdbcConnection in the Data Store.
| |
| RegData(String, String, OleDbConnection) |
Registers OleDbConnection in the Data Store.
| |
| RegData(String, String, SqlConnection) |
Registers SqlConnection in the Data Store.
| |
| RegData(String, String, Object) |
Registers an object in the Data Store.
| |
| RegData(String, XElement, StiRelationDirection) |
Registers the DataCollection in the DataStore of the report.
|