combit List & Label 29 - .NET Help
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerConfig Class / Debug Property


In This Topic
    Debug Property (WebReportDesignerConfig)
    In This Topic
    Activate the debug mode, which provides more information for troubleshooting. For example, you can see the loaded modules of the server when you open the about tab in WRD.
    Syntax
    'Declaration
     
    
    Public Shared Property Debug As Boolean
    public static bool Debug {get; set;}
    public:
    static property bool Debug {
       bool get();
       void set (    bool value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also