Compartilhar via


Propriedade do RDL MapBindingFieldPairInstance.BindingExpression

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

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

Sintaxe

'Declaração
Public ReadOnly Property BindingExpression As Object 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapBindingFieldPairInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering