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 MapPointLayerInstance
Get
'Uso
Dim instance As MapPointLayer
Dim value As MapPointLayerInstance
value = instance.Instance
public MapPointLayerInstance Instance { get; }
public:
property MapPointLayerInstance^ Instance {
MapPointLayerInstance^ get ();
}
member Instance : MapPointLayerInstance
function get Instance () : MapPointLayerInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPointLayerInstance
A MapPointLayerInstance object.
Consulte também