DataSetDefinition.Fields 属性

定义

获取或设置数据集中的 Field 对象。

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()

属性值

Field[]

一个 Field 对象的数组,该数组包含数据集中的字段。

适用于