ReportingServices Class |
Namespace: FactoryLogix.xTend.Analytics
The ReportingServices type exposes the following members.
Name | Description | |
---|---|---|
ReportingServices | Initializes a new instance of the ReportingServices class |
Name | Description | |
---|---|---|
GetDataTemplate |
Retrieves a DataMiner DataTemplate given its display name.
| |
RunChart |
Executes and retrieves a Chart that is contained within the specified DataMiner template.
| |
RunDataSource |
Executes and retrieves the tabular results for a specific DataSource within the specified DataMiner template.
| |
RunDataTemplate |
Executes and retrieves the tabular results for the specified DataMiner template.
If more than one DataSource is included in the DataTemplate,
The resultant DataSet will include multiple DataTables, one for
each DataSource.
| |
RunReport |
Executes and retrieves a formatted report file for a Report that is contained within the specified DataMiner template.
| |
RunUserDefinedSQL |
Executes and retrieves the tabular results for the user defined sql.
|