Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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