Compartir a través de


GaugePanelObjectCollectionBase<T>.CreateGaugePanelObject Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Creates a gauge panel object at a specified index.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected MustOverride Function CreateGaugePanelObject ( _
    index As Integer _
) As T
'Uso
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

Parámetros

  • index
    Tipo: System.Int32
    The index where the gauge panel object will be created.

Valor devuelto

Tipo: T
The create gauge panel object.

Vea también

Referencia

GaugePanelObjectCollectionBase<T> Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering