DataSetDefinition.Fields Property

The Field objects in the dataset.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
Public Property Fields As Field()
public Field[] Fields { get; set; }
public:
property array<Field^>^ Fields {
    array<Field^>^ get ();
    void set (array<Field^>^ value);
}
/** @property */
public Field[] get_Fields ()

/** @property */
public void set_Fields (Field[] value)
public function get Fields () : Field[]

public function set Fields (value : Field[])

Property Value

A collection of Field objects containing the fields in the dataset.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DataSetDefinition Class
DataSetDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace