ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / IStreamingGenerator Interface / CreatePage Method
The information about the page to create.

In This Topic
    CreatePage Method
    In This Topic
    Creates a new page based on the provided page information.
    Syntax
    'Declaration
     
    Function CreatePage( _
       ByVal pageInfo As PageInfo _
    ) As IPage
    IPage CreatePage( 
       PageInfo pageInfo
    )

    Parameters

    pageInfo
    The information about the page to create.

    Return Value

    A new IPage instance.
    See Also