Partilhar via


Método GaugePanelObjectCollectionBase<T>.CreateGaugePanelObject

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Creates a gauge panel object at a specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: T
The create gauge panel object.

Consulte também

Referência

GaugePanelObjectCollectionBase<T> Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering