Report.Classes Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ Classes { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Class ^> ^ get(); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Class> Classes { get; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.Classes : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Class>
Public ReadOnly Property Classes As IList(Of Class)
Valor de propiedad
- Atributos