ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IApplicationContext Interface / CreateRenderer Method / CreateRenderer(DocumentModel) Method
Document for rendering

In This Topic
    CreateRenderer(DocumentModel) Method
    In This Topic
    Creates page renderer for specific document
    Syntax
    'Declaration
     
    Overloads Function CreateRenderer( _
       ByVal document As DocumentModel _
    ) As IDocumentRenderer
    IDocumentRenderer CreateRenderer( 
       DocumentModel document
    )

    Parameters

    document
    Document for rendering

    Return Value

    Newly created renderer
    See Also