Udostępnij za pośrednictwem


ChartInstance.GetCoreXml Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Return Value

Type: System.IO.Stream
A Stream object that represents the XML representation of the core chart.

See Also

Reference

ChartInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace