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

In This Topic
    OpenViewer Property
    In This Topic
    Gets or sets a function to plug in a viewer component, which will be called when the preview is opened.
    Syntax
    'Declaration
     
    Public Property OpenViewer As Action(Of ViewerSettings)
    public Action<ViewerSettings> OpenViewer {get; set;}

    Property Value

    This function receives a ViewerSettings object containing information about the viewer configuration.
    See Also