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 core XML in a GaugePanel.
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
The core XML in a GaugePanel class.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace