ReportingServicesRunDataSource Method |
Executes and retrieves the tabular results for a specific
DataSource within the specified DataMiner template.
Namespace:
FactoryLogix.xTend.Analytics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public DataTable RunDataSource(
Guid sessionId,
Guid templateId,
string dataSourceId,
ParameterValue[] parameters
)
Public Function RunDataSource (
sessionId As Guid,
templateId As Guid,
dataSourceId As String,
parameters As ParameterValue()
) As DataTable
public:
virtual DataTable^ RunDataSource(
Guid sessionId,
Guid templateId,
String^ dataSourceId,
array<ParameterValue^>^ parameters
) sealed
abstract RunDataSource :
sessionId : Guid *
templateId : Guid *
dataSourceId : string *
parameters : ParameterValue[] -> DataTable
override RunDataSource :
sessionId : Guid *
templateId : Guid *
dataSourceId : string *
parameters : ParameterValue[] -> DataTable
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - templateId
- Type: SystemGuid
The Id of the DataMiner template. - dataSourceId
- Type: SystemString
The Id of the DataSource to be executed. - parameters
- Type: FactoryLogix.xTend.DataObjectsParameterValue
A list of ParameterValue objects representing the data filters
and parameters to be used by the query.
Return Value
Type:
DataTableA
DataTable object represeting the results of the query.
Exceptions See Also