Compartir a través de


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

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLimitsInstance
A ChartTitleInstance object.

Vea también

Referencia

MapLimits Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering