Compartilhar via


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

Valor da propriedade

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

Consulte também

Referência

MapLineLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering