다음을 통해 공유


IReportData.ReportParameters 속성

정의

보고서의 매개 변수를 가져옵니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ ReportParameters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportParameter> ReportParameters { get; }
member this.ReportParameters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportParameter>
Public ReadOnly Property ReportParameters As IList(Of ReportParameter)

속성 값

보고서 매개 변수의 컬렉션입니다.

적용 대상