Udostępnij przez


Właściwość MapElementView.MapBindingFieldPairs

Pobiera kolekcja z MapBindingFieldPair , jest używany do identyfikowania przestrzennej elementu, który jest wyśrodkowany w mapie WZIERNIKA.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapBindingFieldPairs As MapBindingFieldPairCollection
    Get
'Użycie
Dim instance As MapElementView
Dim value As MapBindingFieldPairCollection

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