GaugePanelInstance.GetCoreXml Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function GetCoreXml As Stream
'Usage
Dim instance As GaugePanelInstance
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