Condividi tramite


Metodo ChartInstance.GetCoreXml

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the XML representation of the core chart.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Function GetCoreXml As Stream
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

ChartInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering