Partager via


Méthode ChartInstance.GetCoreXml

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the XML representation of the core chart.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Function GetCoreXml As Stream
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

ChartInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering