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 命名空间