다음을 통해 공유


MapFieldNames 속성

Gets or sets a collection of names for the fields to be imported from the dataset.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property MapFieldNames As IList(Of ReportExpression)
    Get
    Set
‘사용 방법
Dim instance As MapSpatialDataSet
Dim value As IList(Of ReportExpression)

value = instance.MapFieldNames

instance.MapFieldNames = value
public IList<ReportExpression> MapFieldNames { get; set; }
public:
property IList<ReportExpression>^ MapFieldNames {
    IList<ReportExpression>^ get ();
    void set (IList<ReportExpression>^ value);
}
member MapFieldNames : IList<ReportExpression> with get, set
function get MapFieldNames () : IList<ReportExpression>
function set MapFieldNames (value : IList<ReportExpression>)

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'ReportExpression> ) > ) >
An IList<(Of <(<'T>)>)> object.