Поделиться через


Метод GaugePanelObjectCollectionBase<T>.CreateGaugePanelObject

Этот 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.

См. также

Справочник

GaugePanelObjectCollectionBase<T> Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering