Report.Classes 属性
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>
An IList<T> object.