Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the fields in a dataset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Fields As IList(Of Field)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<Field>
An IList<T> object.