Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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