DataSetDefinition.Fields Property

Definition

Gets or sets the Field objects in the dataset.

public:
 property cli::array <ReportService2010::Field ^> ^ Fields { cli::array <ReportService2010::Field ^> ^ get(); void set(cli::array <ReportService2010::Field ^> ^ value); };
public ReportService2010.Field[] Fields { get; set; }
member this.Fields : ReportService2010.Field[] with get, set
Public Property Fields As Field()

Property Value

Field[]

An array of Field objects that contain the fields in the dataset.

Applies to