Compartir a través de


MapShapefile.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 MapShapefileInstance 
    Get
'Uso
Dim instance As MapShapefile 
Dim value As MapShapefileInstance 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapShapefileInstance
A MapShapefileInstance object.

Vea también

Referencia

MapShapefile Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering