Поделиться через


Метод 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