ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / ToArray Method

In This Topic
    ToArray Method (PageCollection)
    In This Topic
    Copies the elements of the PageCollection to a new array.
    Syntax
    'Declaration
     
    Public Function ToArray() As Page()
    public Page[] ToArray()

    Return Value

    An array of Page objects containing copies of the elements in the PageCollection.
    See Also