Compartir a través de


CreateGaugePanelObject Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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

Valor devuelto

Tipo: T