Click or drag to resize

StiSybaseSource Properties

The StiSybaseSource type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Gets or sets of the Data Source alias.
(Inherited from StiDataSource.)
Public propertyAllowExpressions
Gets or sets value which indicates that sql query of the datasource can contain script expressions or no.
(Inherited from StiSqlSource.)
Protected propertyColumnIndexes (Inherited from StiDataSource.)
Public propertyColumns
Gets or sets the column collection.
(Inherited from StiDataSource.)
Public propertyCommandTimeout
Gets or sets a number of seconds to wait while attempting to execute a command, before canceling the attempt and generate an error. Default is 30.
(Inherited from StiSqlSource.)
Public propertyComponentId (Overrides StiSqlSourceComponentId.)
Public propertyConnectionOrder
Gets or sets value which indicates in which order that datasource will be connect to the data.
(Inherited from StiDataSource.)
Public propertyConnectOnStart
Gets or sets value which indicates that datasource not connect to the data automatically.
(Inherited from StiSqlSource.)
Public propertyCount
Gets count of elements.
(Inherited from StiDataSource.)
Public propertyDataAdapter (Inherited from StiSqlSource.)
Protected propertyDataAdapterType (Inherited from StiDataSource.)
Public propertyDataTable
Gets DataTable.
(Inherited from StiDataSource.)
Protected propertyDetailRows (Inherited from StiDataSource.)
Public propertyDictionary
Gets or sets the dictionary in which this Data Source is located.
(Inherited from StiDataSource.)
Public propertyInherited (Inherited from StiDataSource.)
Public propertyIsBof
Gets value indicates that this position specifies to the beginning of data.
(Inherited from StiDataSource.)
Public propertyIsCloud
Gets or sets value which indicates that this data source is created dynamically by the Stimulsoft Reports.Server.
(Inherited from StiDataSource.)
Public propertyIsConnected
Gets value indicates which Data Source is connected with data.
(Inherited from StiDataSource.)
Public propertyIsEmpty
Gets value indicates that no data.
(Inherited from StiDataSource.)
Public propertyIsEof
Gets value indicates that this position specifies to the data end.
(Inherited from StiDataSource.)
Public propertyItem
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.)
Public propertyKey
Gets or sets the key of the dictionary object.
(Inherited from StiDataSource.)
Public propertyName
Gets or sets of the Data Source name.
(Inherited from StiDataSource.)
Public propertyNameInSource
Gets or sets the name of Data Source in source of data.
(Inherited from StiDataStoreSource.)
Public propertyParameters
Gets or sets the parameter collection of the SQL query.
(Inherited from StiSqlSource.)
Public propertyPosition
Gets the current position.
(Inherited from StiDataSource.)
Public propertyPropName (Inherited from StiDataSource.)
Public propertyRealCount (Inherited from StiDataSource.)
Public propertyReconnectOnEachRow
Gets or sets value which indicates that datasource reconnect on each master row in master-detail reports.
(Inherited from StiSqlSource.)
Public propertyRows
Gets or sets rows collection.
(Inherited from StiDataSource.)
Protected propertyRowToLevel (Inherited from StiDataSource.)
Public propertySqlCommand
Gets or sets a SQL statement to execute at the Data Source.
(Inherited from StiSqlSource.)
Protected propertyStates
Gets the component states manager.
(Inherited from StiDataSource.)
Public propertyType
Gets or sets value which indicates type of sql datasource.
(Inherited from StiSqlSource.)
Top
See Also