Fields 속성
Contains the fields in a dataset.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Fields As IList(Of Field)
Get
Set
‘사용 방법
Dim instance As DataSet
Dim value As IList(Of Field)
value = instance.Fields
instance.Fields = value
public IList<Field> Fields { get; set; }
public:
property IList<Field^>^ Fields {
IList<Field^>^ get ();
void set (IList<Field^>^ value);
}
member Fields : IList<Field> with get, set
function get Fields () : IList<Field>
function set Fields (value : IList<Field>)
속성 값
유형: System.Collections.Generic. . :: . .IList< (Of < ( <'Field> ) > ) >
An IList<(Of <(<'T>)>)> object.