Udostępnij przez


Właściwość MapPoint.Instance

Pobiera obiekt wystąpienie raport, który zawiera obliczone wartości tego obiektu definicja raportu.

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

Składnia

'Deklaracja
Public ReadOnly Property Instance As MapPointInstance
    Get
'Użycie
Dim instance As MapPoint
Dim value As MapPointInstance

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