List & Label .NET
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerMVCOptions Class / EnableSinglePreview Property


In This Topic
    EnableSinglePreview Property
    In This Topic
    When set to true, the preview disables the default multi-page view, which prevents the preview from displaying multiple pages horizontally.
    Syntax
    'Declaration
     
    
    Public Property EnableSinglePreview As Boolean
    public bool EnableSinglePreview {get; set;}
    public:
    property bool EnableSinglePreview {
       bool get();
       void set (    bool value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also