此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Creates a gauge panel object at a specified index.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Protected MustOverride Function CreateGaugePanelObject ( _
index As Integer _
) As T
'用途
Dim index As Integer
Dim returnValue As T
returnValue = Me.CreateGaugePanelObject(index)
protected abstract T CreateGaugePanelObject(
int index
)
protected:
virtual T CreateGaugePanelObject(
int index
) abstract
abstract CreateGaugePanelObject :
index:int -> 'T
protected abstract function CreateGaugePanelObject(
index : int
) : T
參數
- index
型別:System.Int32
The index where the gauge panel object will be created.
傳回值
型別:T
The create gauge panel object.