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 物件的陣列,其中包含資料集中的欄位。

適用於