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