Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the list of classes to instantiate during report initialization.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Classes As IList(Of Class)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.Generic.IList<Class>
The list of classes to instantiate during report initialization.