Condividi tramite


Proprietà MapSize.Instance

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Instance As MapSizeInstance 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapSize Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering