Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of classes to instantiate during report initialization.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Classes As IList(Of Class)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<Class>
The list of classes to instantiate during report initialization.