Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a map object based on the item with the specified index in the collection.
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
- index
Type: System.Int32
The index of the map object in the collection.
Return Value
Type: T
The newly created map object of type T.
See Also
Reference
MapObjectCollectionBase<T> Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace