IReportingConfigurationManagement.GetReportParameterControls Method

Definition

Gets a list of report parameter control instances.

Overloads

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.

GetReportParameterControls()

Gets a list of all the report parameter control instances.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControl ^> ^ GetReportParameterControls();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl> GetReportParameterControls ();
abstract member GetReportParameterControls : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl>
Public Function GetReportParameterControls () As IList(Of ManagementPackReportParameterControl)

Returns

Type: IList<T>

The list of report parameter control instances.

Applies to

GetReportParameterControls(ManagementPackReportParameterControlCriteria)

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

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControl ^> ^ GetReportParameterControls(Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControlCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl> GetReportParameterControls (Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControlCriteria criteria);
abstract member GetReportParameterControls : Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControlCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl>
Public Function GetReportParameterControls (criteria As ManagementPackReportParameterControlCriteria) As IList(Of ManagementPackReportParameterControl)

Parameters

Returns

Type: IList<T>

The list of report parameter control instances.

Applies to