GaugePanelInstance.GetCoreXml 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the core XML in a GaugePanel.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Function GetCoreXml As Stream
用法
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

返回值

类型:System.IO.Stream
The core XML in a GaugePanel class.

请参阅

参考

GaugePanelInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间