Click or drag to resize

ReportingServices Class

Provides services that allow API clients to execute and retrieves the results from pre-configured DataMiner templates. This includes raw tabular data, formatted reports, and charts. Data may be filtered in any manner by supplying Parameters which override the pre-configured filters saved in the DataMiner template.
Inheritance Hierarchy
SystemObject
  xTendServicesBase
    FactoryLogix.xTend.AnalyticsReportingServices

Namespace:  FactoryLogix.xTend.Analytics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class ReportingServices : xTendServicesBase

The ReportingServices type exposes the following members.

Constructors
  NameDescription
Public methodReportingServices
Initializes a new instance of the ReportingServices class
Top
Methods
  NameDescription
Public methodGetDataTemplate
Retrieves a DataMiner DataTemplate given its display name.
Public methodRunChart
Executes and retrieves a Chart that is contained within the specified DataMiner template.
Public methodRunDataSource
Executes and retrieves the tabular results for a specific DataSource within the specified DataMiner template.
Public methodRunDataTemplate
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.
Public methodRunReport
Executes and retrieves a formatted report file for a Report that is contained within the specified DataMiner template.
Public methodRunUserDefinedSQL
Executes and retrieves the tabular results for the user defined sql.
Top
See Also