ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DocumentRendererAttribute Class / DocumentRendererAttribute Constructor
Type of the renderer.

In This Topic
    DocumentRendererAttribute Constructor
    In This Topic
    Initializes a new instance of the DocumentRendererAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rendererType As Type _
    )
    public DocumentRendererAttribute( 
       Type rendererType
    )

    Parameters

    rendererType
    Type of the renderer.
    See Also