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 Field objects in the dataset.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Property Fields As Field()
Get
Set
'Utilisation
Dim instance As DataSetDefinition
Dim value As Field()
value = instance.Fields
instance.Fields = value
public Field[] Fields { get; set; }
public:
property array<Field^>^ Fields {
array<Field^>^ get ();
void set (array<Field^>^ value);
}
member Fields : Field[] with get, set
function get Fields () : Field[]
function set Fields (value : Field[])
Valeur de propriété
Type : array<ReportService2006.Field[]
An array of Field objects that contain the fields in the dataset.