StiBusinessObjectSource Class |
Namespace: Stimulsoft.Report.Dictionary
The StiBusinessObjectSource type exposes the following members.
| Name | Description | |
|---|---|---|
| StiBusinessObjectSource |
Creates a new object of the type StiBusinessObjectSource.
| |
| StiBusinessObjectSource(String, String) |
Creates a new object of the type StiBusinessObjectSource.
| |
| StiBusinessObjectSource(String, String, String) |
Creates a new object of the type StiBusinessObjectSource.
| |
| StiBusinessObjectSource(String, String, String, String) |
Creates a new object of the type StiBusinessObjectSource.
|
| Name | Description | |
|---|---|---|
| Alias |
Gets or sets of the Data Source alias.
(Inherited from StiDataSource.) | |
| ColumnIndexes | (Inherited from StiDataSource.) | |
| Columns |
Gets or sets the column collection.
(Inherited from StiDataSource.) | |
| ComponentId | (Overrides StiDataTableSourceComponentId.) | |
| ConnectionOrder |
Gets or sets value which indicates in which order that datasource will be connect to the data.
(Inherited from StiDataSource.) | |
| ConnectOnStart |
Gets or sets value which indicates that datasource not connect to the data automatically.
(Inherited from StiDataSource.) | |
| Count |
Gets count of elements.
(Inherited from StiDataSource.) | |
| DataAdapterType | (Inherited from StiDataSource.) | |
| DataTable |
Gets DataTable.
(Inherited from StiDataSource.) | |
| DetailRows | (Inherited from StiDataSource.) | |
| Dictionary |
Gets or sets the dictionary in which this Data Source is located.
(Inherited from StiDataSource.) | |
| Inherited | (Inherited from StiDataSource.) | |
| IsBof |
Gets value indicates that this position specifies to the beginning of data.
(Inherited from StiDataSource.) | |
| IsCloud |
Gets or sets value which indicates that this data source is created dynamically by the Stimulsoft Reports.Server.
(Inherited from StiDataSource.) | |
| IsConnected |
Gets value indicates which Data Source is connected with data.
(Inherited from StiDataSource.) | |
| IsEmpty |
Gets value indicates that no data.
(Inherited from StiDataSource.) | |
| IsEof |
Gets value indicates that this position specifies to the data end.
(Inherited from StiDataSource.) | |
| Item |
Indexer to work with the current row of data.
Returns the value by the column name and the current position in the Data Source.
Indexer calls the method GetData.
ColumnName - name of column.
(Inherited from StiDataSource.) | |
| Key |
Gets or sets the key of the dictionary object.
(Inherited from StiDataSource.) | |
| Name |
Gets or sets of the Data Source name.
(Inherited from StiDataSource.) | |
| NameInSource |
Gets or sets the name of Data Source in source of data.
(Inherited from StiDataStoreSource.) | |
| Parameters |
Gets or sets the parameter collection.
(Inherited from StiDataSource.) | |
| Position |
Gets the current position.
(Inherited from StiDataSource.) | |
| PropName | (Inherited from StiDataSource.) | |
| RealCount | (Inherited from StiDataSource.) | |
| Rows |
Gets or sets rows collection.
(Inherited from StiDataSource.) | |
| RowToLevel | (Inherited from StiDataSource.) | |
| States |
Gets the component states manager.
(Inherited from StiDataSource.) |
| Name | Description | |
|---|---|---|
| CheckColumnsIndexs |
Internal use only.
(Inherited from StiDataSource.) | |
| ClearAllStates |
Clear all earlier saved object states.
(Inherited from StiDataSource.) | |
| Clone |
Creates a new object that is a copy of the current instance.
(Inherited from StiDataSource.) | |
| Connect | (Inherited from StiDataSource.) | |
| Connect(Boolean) | (Inherited from StiDataSource.) | |
| Connect(StiDataCollection) | (Inherited from StiDataSource.) | |
| Connect(StiDataCollection, Boolean) |
Connect Data Source to data. It is necessary to call the parent of the method(base.Connect).
(Inherited from StiDataSource.) | |
| CreateNew | (Overrides StiDataTableSourceCreateNew.) | |
| Disconnect | (Inherited from StiDataSource.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FetchChildRelations |
Returns an enumeration of the child data relations for this data source.
(Inherited from StiDataSource.) | |
| FetchColumns |
Returns an enumeration of the data columns from this dictionary.
(Inherited from StiDataSource.) | |
| FetchColumnValues |
Returns an array of values for the specified column in the specified position.
(Inherited from StiDataSource.) | |
| FetchParentRelations |
Returns an enumeration of the parent data relations for this data source.
(Inherited from StiDataSource.) | |
| FillColumns | (Inherited from StiDataSource.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| First |
Sets a position at the beginning.
(Inherited from StiDataSource.) | |
| GetCategoryName |
Returns the name to categories of the Data Source.
(Overrides StiDataTableSourceGetCategoryName.) | |
| GetChildDataSource |
Returns the child Data Source by the relation name.
(Inherited from StiDataSource.) | |
| GetChildRelations |
Returns a collection of Child relations.
(Inherited from StiDataSource.) | |
| GetColumnIndex |
Returns the index of a column in the data source.
(Inherited from StiDataSource.) | |
| GetConnection |
Returns a connection to data for this data source.
(Inherited from StiDataSource.) | |
| GetData(String) |
Returns the value by the column name and the current position in the Data Source.
(Inherited from StiDataSource.) | |
| GetData(String, Int32) |
Returns the value by the column name and index of row in the Data Source.
(Inherited from StiDataSource.) | |
| GetDataAdapter | (Inherited from StiDataSource.) | |
| GetDataAdapterType | (Overrides StiDataTableSourceGetDataAdapterType.) | |
| GetDataTable | (Inherited from StiDataSource.) | |
| GetDataTable(Boolean) |
Returns a DataTable with data from this datasource.
(Inherited from StiDataSource.) | |
| GetDataTable(DataTable) | (Inherited from StiDataSource.) | |
| GetDictionary |
Returns reference to the dictionary which contains this datasource.
(Inherited from StiDataSource.) | |
| GetEvents | (Inherited from StiDataSource.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLevel |
Returns level of data in hierarchical band.
(Inherited from StiDataSource.) | |
| GetName | (Inherited from StiDataSource.) | |
| GetNameInSource | (Inherited from StiDataSource.) | |
| GetParentData |
Returns the parent row with data for the indicated relation.
(Inherited from StiDataSource.) | |
| GetParentDataSource |
Returns the parent Data Source by the relation name.
(Inherited from StiDataSource.) | |
| GetParentRelations |
Returns the colection of Parent relations.
(Inherited from StiDataSource.) | |
| GetProperties | (Inherited from StiDataStoreSource.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InvokeConnecting | (Inherited from StiDataSource.) | |
| InvokeDisconnecting | (Inherited from StiDataSource.) | |
| Last |
Sets a position on the last element.
(Inherited from StiDataSource.) | |
| LoadFromJsonObject | (Inherited from StiDataStoreSource.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Next |
Sets a position on the next element.
(Inherited from StiDataSource.) | |
| Prior |
Sets a position on the previous element.
(Inherited from StiDataSource.) | |
| ResetData | (Inherited from StiDataSource.) | |
| ResetDetailsRows | (Inherited from StiDataSource.) | |
| RestoreState |
Restores the earlier saved object state.
(Inherited from StiDataSource.) | |
| SaveState |
Saves the current state of an object.
(Inherited from StiDataSource.) | |
| SaveToJsonObject | (Inherited from StiDataTableSource.) | |
| SetData | (Inherited from StiDataSource.) | |
| SetDetails |
Set the details data for Data Source.
(Inherited from StiDataSource.) | |
| SetFilter |
Apply filter to data.
(Inherited from StiDataSource.) | |
| SetSort |
Sorts data. If data source is not able to sort data then this command is ignored.
(Inherited from StiDataSource.) | |
| SynchronizeColumns |
Synchronize list of columns with columns in datastore.
(Inherited from StiDataSource.) | |
| ToString |
Returns the text view of the Data Source.
(Inherited from StiDataSource.) | |
| ToString(Boolean) | (Inherited from StiDataSource.) |
| Name | Description | |
|---|---|---|
| Connecting | (Inherited from StiDataSource.) | |
| Disconnecting | (Inherited from StiDataSource.) |
| Name | Description | |
|---|---|---|
| isBofValue | (Inherited from StiDataSource.) | |
| isEofValue | (Inherited from StiDataSource.) | |
| positionValue | (Inherited from StiDataSource.) |
| Name | Description | |
|---|---|---|
| ChildRelationList | (Defined by StiDataSourceExt.) | |
| GetFixedName | (Defined by StiDataSourceExt.) | |
| ParentRelationList | (Defined by StiDataSourceExt.) |