DataSetDefinition.Fields 属性

Gets or sets the Field objects in the dataset.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property Fields As Field()
    Get 
    Set
用法
Dim instance As DataSetDefinition 
Dim value As Field()

value = instance.Fields

instance.Fields = value
public Field[] Fields { get; set; }
public:
property array<Field^>^ Fields {
    array<Field^>^ get ();
    void set (array<Field^>^ value);
}
member Fields : Field[] with get, set
function get Fields () : Field[]
function set Fields (value : Field[])

属性值

类型:array<ReportService2010.Field[]
An array of Field objects that contain the fields in the dataset.

请参阅

参考

DataSetDefinition 类

ReportService2010 命名空间