Share via


MapBindingFieldPairInstance.BindingExpression Property

Gets the calculated value of the BindingExpression property in a MapBindingFieldPair class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BindingExpression As Object
    Get
'Usage
Dim instance As MapBindingFieldPairInstance
Dim value As Object

value = instance.BindingExpression
public Object BindingExpression { get; }
public:
property Object^ BindingExpression {
    Object^ get ();
}
member BindingExpression : Object
function get BindingExpression () : Object

Property Value

Type: System.Object
An object that represents the calculated value of the BindingExpression property.