Compartilhar via


Propriedade do RDL MapLimits.Instance

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapLimits Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering