다음을 통해 공유


Report.Classes 속성

정의

보고서 초기화 중에 인스턴스화할 클래스의 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ Classes { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Class>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Class> Classes { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Class>))>]
member this.Classes : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Class> with get, set
Public Property Classes As IList(Of Class)

속성 값

보고서 초기화 중에 인스턴스화할 클래스의 목록입니다.

특성

적용 대상