Partilhar via


Método MapObjectCollectionBase<T>.CreateMapObject

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

Creates a map object based on the item with the specified index in the collection.

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

Sintaxe

'Declaração
Protected MustOverride Function CreateMapObject ( _
    index As Integer _
) As T
'Uso
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

Parâmetros

  • index
    Tipo: System.Int32
    The index of the map object in the collection.

Valor de retorno

Tipo: T
The newly created map object of type T.

Consulte também

Referência

MapObjectCollectionBase<T> Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering