ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportInfo Class / GalleyModeAllowed Property

In This Topic
    GalleyModeAllowed Property
    In This Topic
    Gets or sets a value indicating whether the report supports Galley Mode, a specific layout or viewing mode.
    Syntax
    'Declaration
     
    Public Property GalleyModeAllowed As Boolean
    public bool GalleyModeAllowed {get; set;}

    Property Value

    true if Galley Mode is allowed; otherwise, false.
    See Also