ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace / Parameters Class / CopyTo Method
The array.
Index of the array.

In This Topic
    CopyTo Method (Parameters)
    In This Topic
    Copies the elements collection to given array starting at particular index.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As Parameter, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       Parameter[] array,
       int arrayIndex
    )

    Parameters

    array
    The array.
    arrayIndex
    Index of the array.
    See Also