共用方式為


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 命名空間