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

In This Topic
    Create(IApplicationContext,DocumentModel,DeviceKind) Method
    In This Topic
    Creates the IDocumentRenderer for specified document with specified context and target device kind.
    Syntax
    'Declaration
     
    Overloads Function Create( _
       ByVal context As IApplicationContext, _
       ByVal document As DocumentModel, _
       ByVal device As DeviceKind _
    ) As IDocumentRenderer

    Parameters

    context
    The application context.
    document
    The document model.
    device
    The target device.
    See Also