ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IApplicationContext Interface / CreateRenderer Method / CreateRenderer(DocumentModel,DeviceKind) Method
The document model.
The target device kind.

In This Topic
    CreateRenderer(DocumentModel,DeviceKind) Method
    In This Topic
    Creates the renderer for specific document considering specific target device kind.
    Syntax
    'Declaration
     
    Overloads Function CreateRenderer( _
       ByVal document As DocumentModel, _
       ByVal device As DeviceKind _
    ) As IDocumentRenderer
    IDocumentRenderer CreateRenderer( 
       DocumentModel document,
       DeviceKind device
    )

    Parameters

    document
    The document model.
    device
    The target device kind.
    See Also