Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
MapBindingFieldPairInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace