DataSetDefinition.Fields Property
Definition
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[]
一个 Field 对象的数组,该数组包含数据集中的字段。An array of Field objects that contain the fields in the dataset.