ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / NullRenderer.Factory Class / Create Method / Create(IApplicationContext,DocumentModel,DeviceKind) Method

In This Topic
    Create(IApplicationContext,DocumentModel,DeviceKind) Method
    In This Topic
    Returns MullRenderer.Instance object.
    Syntax
    'Declaration
     
    Public Overloads Function Create( _
       ByVal context As IApplicationContext, _
       ByVal document As DocumentModel, _
       ByVal device As DeviceKind _
    ) As IDocumentRenderer

    Parameters

    context
    document
    device
    See Also