ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / PreviewSettings Class / OpenViewer Property

In This Topic
    OpenViewer Property
    In This Topic
    You can plug-in Viewer component by providing OpenViewer function.
    Syntax
    'Declaration
     
    Public Property OpenViewer As Action(Of ViewerSettings)
    public Action<ViewerSettings> OpenViewer {get; set;}
    See Also