Compartir a través de


ChartInstance.GetCoreXml Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the XML representation of the core chart.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Function GetCoreXml As Stream
'Uso
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

Valor devuelto

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

Vea también

Referencia

ChartInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering