Metodo CreateGaugePanelObject
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected MustOverride Function CreateGaugePanelObject ( _
index As Integer _
) As T
'Utilizzo
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
Parametri
- index
Tipo: System. . :: . .Int32
Valore restituito
Tipo: T