ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ViewTypeViewModel Class / CreateAnnotationsRenderer Method

In This Topic
    CreateAnnotationsRenderer Method (ViewTypeViewModel)
    In This Topic
    Creates the annotations renderer.
    Syntax
    'Declaration
     
    Public Function CreateAnnotationsRenderer( _
       ByVal document As DocumentModel _
    ) As IDocumentRenderer
    public IDocumentRenderer CreateAnnotationsRenderer( 
       DocumentModel document
    )

    Parameters

    document
    See Also