Share via


ManagementPackLinkedReport.ReportParameterControlCollection Property

Definition

Gets a list of references to parameter control objects in the linked report.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControl ^> ^> ^ ReportParameterControlCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControl ^> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl>> ReportParameterControlCollection { get; }
member this.ReportParameterControlCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl>>
Public ReadOnly Property ReportParameterControlCollection As IList(Of ManagementPackElementReference(Of ManagementPackReportParameterControl))

Property Value

A list of ManagementPackElementReference<T> references to ManagementPackReportParameterControl objects in the linked report.

A list of references to parameter control objects in the linked report.

Applies to