MapBindingFieldPair.FieldName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression FieldName { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression FieldName { get; set; }
member this.FieldName : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property FieldName As ReportExpression
Property Value
A ReportExpression object.