DataSetDefinition.Fields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Field objects in the dataset.
public:
property cli::array <ReportService2006::Field ^> ^ Fields { cli::array <ReportService2006::Field ^> ^ get(); void set(cli::array <ReportService2006::Field ^> ^ value); };
public ReportService2006.Field[] Fields { get; set; }
member this.Fields : ReportService2006.Field[] with get, set
Public Property Fields As Field()
Property Value
Field[]
An array of Field objects that contain the fields in the dataset.