Compartir a través de


Report.Classes Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Classes As IList(Of Class)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel