IReportingConfigurationManagement Interface

Definition

Manages management pack reporting configuration.

public interface class IReportingConfigurationManagement
public interface IReportingConfigurationManagement
type IReportingConfigurationManagement = interface
Public Interface IReportingConfigurationManagement

Methods

GetDataWarehouseDataSet(Guid)

Gets a data warehouse dataset by using an identifier.

GetDataWarehouseDataSets()

Gets all data warehouse dataset instances.

GetDataWarehouseDataSets(ManagementPackDataWarehouseDataSetCriteria)

Gets all data warehouse dataset instances that are based on the provided criteria.

GetDataWarehouseScript(Guid)

Gets a data warehouse script by using an identifier.

GetDataWarehouseScripts()

Gets all data warehouse script instances.

GetDataWarehouseScripts(ManagementPackDataWarehouseScriptCriteria)

Gets all data warehouse script instances that are based on the provided criteria.

GetLinkedReport(Guid)

Gets a linked report by using an identifier.

GetLinkedReports()

Gets a list of all linked report instances.

GetLinkedReports(EnterpriseManagementObject, ManagementPackLinkedReportCriteria)

Gets a list of all linked report instances that target the enterprise management instance.

GetLinkedReports(ManagementPackClass, ManagementPackLinkedReportCriteria, BaseClassTraversalDepth)

Gets a list of all linked report instances that target the management pack class, optionally searching all base classes of the class.

GetLinkedReports(ManagementPackLinkedReportCriteria)

Gets a list of all linked report instances by using the provided criteria.

GetLinkedReports<T>(IEnumerable<T>, ManagementPackLinkedReportCriteria)

Gets a list of linked report instances targeting the provided list of management instances.

GetReport(Guid)

Gets a report by using an identifier.

GetReportParameterControl(Guid)

Gets a report parameter control by using an identifier.

GetReportParameterControls()

Gets a list of all the report parameter control instances.

GetReportParameterControls(ManagementPackReportParameterControlCriteria)

Gets a list of report parameter control instances from the provided criteria.

GetReports()

Gets a list of all reports.

GetReports(EnterpriseManagementObject, ManagementPackReportCriteria)

Gets all reports targeting the provided instance.

GetReports(ManagementPackClass, ManagementPackReportCriteria, BaseClassTraversalDepth)

Gets a list of all report instances that target the management pack class, optionally searching all base classes of the class.

GetReports(ManagementPackReportCriteria)

Gets a list of all report instances that match the provided criteria.

GetReports<T>(IEnumerable<T>, ManagementPackReportCriteria)

Gets a list of linked report instances that are targeting the provided list of instances.

Applies to