ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / NullRenderer Class / RenderPage Method
Index of the page to render

In This Topic
    RenderPage Method (NullRenderer)
    In This Topic
    Renders page from current document
    Syntax
    'Declaration
     
    Public Function RenderPage( _
       ByVal index As Integer _
    ) As PageView
    public PageView RenderPage( 
       int index
    )

    Parameters

    index
    Index of the page to render

    Return Value

    Rendered page view
    See Also