Поделиться через


Свойство DataSetDefinition.Fields

Gets or sets the Field objects in the dataset.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property Fields As Field()
    Get 
    Set
'Применение
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[])

Значение свойства

Тип: array<ReportService2010.Field[]
An array of Field objects that contain the fields in the dataset.

См. также

Справочник

DataSetDefinition Класс

Пространство имен ReportService2010