GaugePanelObjectCollectionBase<T>.CreateGaugePanelObject Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected MustOverride Function CreateGaugePanelObject ( _
index As Integer _
) As T
'Usage
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
Parameters
- index
Type: System.Int32
Return Value
Type: T