[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.PreviewSettings.OpenViewer

OpenViewer Property

OpenViewer

Gets or sets a function to plug in a viewer component, which will be called when the preview is opened.

Declaration
[JsonIgnore]
public Action<ViewerSettings> OpenViewer { get; set; }
Property Value
Type Description
Action<ViewerSettings>

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