다음을 통해 공유


IReportData.DataSets 속성

정의

보고서의 일부로 표시되는 데이터 세트 컬렉션을 가져옵니다.

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

속성 값

데이터 세트의 컬렉션입니다.

적용 대상