Compartir a través de


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

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

Valor de la propiedad

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

Vea también

Referencia

MapSize Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering