다음을 통해 공유


MapBindingFieldPair.FieldName 속성

Represents the field name of the spatial element in a map polygon layer, a map point layer, or a map line layer that is to be used for binding with the data region that is associated with the layer.

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

구문

‘선언
Public Property FieldName As ReportExpression 
    Get 
    Set
‘사용 방법
Dim instance As MapBindingFieldPair 
Dim value As ReportExpression 

value = instance.FieldName

instance.FieldName = value
public ReportExpression FieldName { get; set; }
public:
property ReportExpression FieldName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member FieldName : ReportExpression with get, set
function get FieldName () : ReportExpression 
function set FieldName (value : ReportExpression)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

참고 항목

참조

MapBindingFieldPair 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스