Partilhar via


Propriedade do RDL 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