Compartilhar via


Propriedade do RDL Report.Classes

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel