MapPointLayer.Instance Property
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As MapPointLayerInstance
Get
'Usage
Dim instance As MapPointLayer
Dim value As MapPointLayerInstance
value = instance.Instance
public MapPointLayerInstance Instance { get; }
public:
property MapPointLayerInstance^ Instance {
MapPointLayerInstance^ get ();
}
member Instance : MapPointLayerInstance
function get Instance () : MapPointLayerInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPointLayerInstance
A MapPointLayerInstance object.
See Also