| StiVirtualSource Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Stimulsoft.Report.Dictionary
 Syntax
SyntaxThe StiVirtualSource type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StiVirtualSource | 
            Creates a new object of the type StiVirtualSource.
             | 
|  | StiVirtualSource(String, String) | 
            Creates a new object of the type StiVirtualSource.
             | 
|  | StiVirtualSource(String, String, String) | 
            Creates a new object of the type StiVirtualSource.
             | 
 Properties
Properties| 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 StiDataStoreSourceComponentId.) | 
|  | 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.) | 
|  | FilterMethodHandler | |
|  | FilterMode | 
            Gets or sets filter mode.
             | 
|  | FilterOn | |
|  | Filters | 
            Gets or sets the collection of data filters.
             | 
|  | GroupColumns | |
|  | 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.) | 
|  | Results | |
|  | Rows | 
            Gets or sets rows collection.
            (Inherited from StiDataSource.) | 
|  | RowToLevel | (Inherited from StiDataSource.) | 
|  | Sort | |
|  | States | 
            Gets the component states manager.
            (Inherited from StiDataSource.) | 
 Methods
Methods| 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 StiDataSourceCreateNew.) | 
|  | 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.
            (Inherited from StiDataStoreSource.) | 
|  | 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 StiDataSourceGetDataAdapterType.) | 
|  | 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 | (Overrides StiDataStoreSourceLoadFromJsonObject(JObject).) | 
|  | 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 | (Overrides StiDataStoreSourceSaveToJsonObject(StiJsonSaveMode).) | 
|  | 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.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Connecting | (Inherited from StiDataSource.) | 
|  | Disconnecting | (Inherited from StiDataSource.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | isBofValue | (Inherited from StiDataSource.) | 
|  | isEofValue | (Inherited from StiDataSource.) | 
|  | positionValue | (Inherited from StiDataSource.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ChildRelationList | (Defined by StiDataSourceExt.) | 
|  | GetFixedName | (Defined by StiDataSourceExt.) | 
|  | ParentRelationList | (Defined by StiDataSourceExt.) | 
 See Also
See Also