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
 

Parameters

pageInfo
The information about the page to create.

Return Value

A new IPage instance.
See Also