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