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 MapLineLayerInstance
    Get
'Uso
Dim instance As MapLineLayer
Dim value As MapLineLayerInstance

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