Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Creates a gauge panel object at a specified index.
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
The index where the gauge panel object will be created.
Valore restituito
Tipo: T
The create gauge panel object.
Vedere anche
Riferimento
GaugePanelObjectCollectionBase<T> Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering