Compartir a través de


Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Instance As MapPointLayerInstance
    Get
'Uso
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