MapObjectCollectionBase<T>.CreateMapObject 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 CreateMapObject ( _
    index As Integer _
) As T
'Usage
Dim index As Integer
Dim returnValue As T

returnValue = Me.CreateMapObject(index)
protected abstract T CreateMapObject(
    int index
)
protected:
virtual T CreateMapObject(
    int index
) abstract
abstract CreateMapObject : 
        index:int -> 'T 
protected abstract function CreateMapObject(
    index : int
) : T

Parameters

Return Value

Type: T