다음을 통해 공유


Report.Classes 속성

Gets or sets the list of classes to instantiate during report initialization.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Classes As IList(Of Class)
    Get 
    Set
‘사용 방법
Dim instance As Report 
Dim value As IList(Of Class)

value = instance.Classes

instance.Classes = value
public IList<Class> Classes { get; set; }
public:
property IList<Class^>^ Classes {
    IList<Class^>^ get ();
    void set (IList<Class^>^ value);
}
member Classes : IList<Class> with get, set
function get Classes () : IList<Class>
function set Classes (value : IList<Class>)

속성 값

유형: System.Collections.Generic.IList<Class>
The list of classes to instantiate during report initialization.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스