StiDataSourceHelper Class
Namespace: Stimulsoft.Report.Dictionary
Methods
| Method | Returns | Description |
|---|---|---|
checkExpression static |
void | |
getDataSourcesFromDatabase static |
StiDataSource[] | |
getDataSourcesUsedInRequestFromUsersVariables static |
Hashtable | |
getDatabaseFromDataSource static |
StiDatabase | |
getDatabaseFromDataSource2 static |
StiDatabase | |
getUsedDataSourcesNames static |
Hashtable | |
getUsedDataSourcesNamesList static |
string[] |
Method Details
checkExpression static
checkExpression(expression: string, component: StiComponent, datasourcesNames: Hashtable): void
Parameters
- expression (string)
- component (StiComponent)
- datasourcesNames (Hashtable)
getDataSourcesFromDatabase static
getDataSourcesFromDatabase(report: StiReport, database: StiDatabase): StiDataSource[]
Parameters
- report (StiReport)
- database (StiDatabase)
Returns StiDataSource[]
getDataSourcesUsedInRequestFromUsersVariables static
getDataSourcesUsedInRequestFromUsersVariables(report: StiReport): Hashtable
Parameters
- report (StiReport)
Returns Hashtable
getDatabaseFromDataSource static
getDatabaseFromDataSource(dataSource: StiDataSource): StiDatabase
Parameters
- dataSource (StiDataSource)
Returns StiDatabase
getDatabaseFromDataSource2 static
getDatabaseFromDataSource2(dataSource: StiDataSource): StiDatabase
Parameters
- dataSource (StiDataSource)
Returns StiDatabase
getUsedDataSourcesNames static
getUsedDataSourcesNames(report: StiReport): Hashtable
Parameters
- report (StiReport)
Returns Hashtable
getUsedDataSourcesNamesList static
getUsedDataSourcesNamesList(report: StiReport): string[]
Parameters
- report (StiReport)
Returns string[]
Fields
| Field | Type | Description |
|---|---|---|
| category | any | |
| ds | any | |
| ds | any | |
| expression | any | |
| hash | any | |
| nameInSource | any | |
| storeToPrint | any |