Partilhar via


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

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

Valor da propriedade

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

Consulte também

Referência

MapLineRules Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering