Partager via


Méthode CreateGaugePanelObject

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected MustOverride Function CreateGaugePanelObject ( _
    index As Integer _
) As T
'Utilisation
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

Paramètres

Valeur de retour

Type : T