共用方式為


ChartInstance.GetCoreXml 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the XML representation of the core chart.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function GetCoreXml As Stream
'用途
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

傳回值

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

請參閱

參考

ChartInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間