Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the Field objects in the dataset.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property Fields As Field()
Get
Set
'Usage
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[])
Property Value
Type: array<ReportService2010.Field[]
An array of Field objects that contain the fields in the dataset.