Freigeben über


MapInstance.GetCoreXml-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the core XML in a MapInstance.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function GetCoreXml As Stream
'Usage
Dim instance As MapInstance 
Dim returnValue As Stream 

returnValue = instance.GetCoreXml()
public Stream GetCoreXml()
public:
Stream^ GetCoreXml()
member GetCoreXml : unit -> Stream
public function GetCoreXml() : Stream

Rückgabewert

Typ: System.IO.Stream
The core XML in a MapInstance.

Siehe auch

Verweis

MapInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace