Propriedade do RDL Fields
The Field objects in the dataset.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Property Fields As Field()
Get
Set
'Uso
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[])
Valor da propriedade
Tipo: array<ReportService2005. . :: . .Field> [] () [] []
A collection of Field objects containing the fields in the dataset.