DataSet.Fields Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les champs dans un dataset.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ Fields { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Field ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Field>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> Fields { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Field>))>]
member this.Fields : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Field> with get, set
Public Property Fields As IList(Of Field)
Valeur de propriété
Objet IList<T>.
- Attributs