Freigeben über


ChartInstance.GetCoreXml-Methode

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

Gets the XML representation of the core chart.

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

Syntax

'Declaration
Public Function GetCoreXml As Stream
'Usage
Dim instance As ChartInstance 
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
A Stream object that represents the XML representation of the core chart.

Siehe auch

Verweis

ChartInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace