Partilhar via


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

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

Valor da propriedade

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

Consulte também

Referência

MapColorRangeRule Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering