Click or drag to resize

StiReportRegData Method

Overload List
  NameDescription
Public methodRegData(DataSet)
Registers all DataTable and DataRelation which are in the specified DataSet in the Data Store.
Public methodRegData(DataTable)
Registers the DataTable in the Data Store.
Public methodRegData(DataView)
Registers DataView in the Data Store.
Public methodRegData(StiDataCollection)
Registers the DataCollection in the DataStore of the report.
Public methodRegData(String, DataSet)
Registers all DataTables and DataRelations which are in the specified DataSet in the Data Store.
Public methodRegData(String, DataTable)
Registers an object in the Data Store.
Public methodRegData(String, DataView)
Registers DataView in the Data Store.
Public methodRegData(String, OdbcConnection)
Registers OdbcConnection in the Data Store.
Public methodRegData(String, OleDbConnection)
Registers OleDbConnection in the Data Store.
Public methodRegData(String, SqlConnection)
Registers SqlConnection in the Data Store.
Public methodRegData(String, Object)
Registers an object in the Data Store.
Public methodRegData(XElement, StiRelationDirection)
Registers the DataCollection in the DataStore of the report.
Public methodRegData(String, String, DataSet)
Registers all DataTables and DataRelations which are in the specified DataSet in the Data Store.
Public methodRegData(String, String, DataTable)
Registers an object in the Data Store.
Public methodRegData(String, String, DataView)
Registers DataView in the Data Store.
Public methodRegData(String, String, OdbcConnection)
Registers OdbcConnection in the Data Store.
Public methodRegData(String, String, OleDbConnection)
Registers OleDbConnection in the Data Store.
Public methodRegData(String, String, SqlConnection)
Registers SqlConnection in the Data Store.
Public methodRegData(String, String, Object)
Registers an object in the Data Store.
Public methodRegData(String, XElement, StiRelationDirection)
Registers the DataCollection in the DataStore of the report.
Top
See Also