Partilhar via


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

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

Valor da propriedade

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

Consulte também

Referência

MapCustomColor Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering