MapPointLayer.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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPointLayerInstance
A MapPointLayerInstance object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering