Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the XML representation of the core chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetCoreXml As Stream
'Usage
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
Return Value
Type: System.IO.Stream
A Stream object that represents the XML representation of the core chart.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace