ActiveReports 9
Downcast<TI,TO> Method

The type of the I.
The type of the O.
The input.
Downcasts the items type within collection.
Syntax
'Declaration
 
Public Shared Function Downcast
    (Of TI As TO,
     TO)( _
   ByVal input As IItemCollection(Of TI) _
) As IItemCollection(Of TO)
public static IItemCollection<TO> Downcast<TI,TO>( 
   IItemCollection<TI> input
)
where TI: TO

Parameters

input
The input.

Type Parameters

TI
The type of the I.
TO
The type of the O.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemCollectionExtensions Class
ItemCollectionExtensions Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum