Partilhar via


Propriedade do RDL MapColorScale.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 MapColorScaleInstance 
    Get
'Uso
Dim instance As MapColorScale 
Dim value As MapColorScaleInstance 

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

Valor da propriedade

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

Consulte também

Referência

MapColorScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering