combit List & Label 29 - .NET Help
combit.Reporting.AdhocDesign.Web Namespace / AdhocWebDesigner Class / Setup Method
Global configuration settings.


In This Topic
    Setup Method
    In This Topic
    Sets up the global configuration of the Ad-hoc Designer. This must be called before any Ad-hoc Designer is opened, usually during application startup.
    Syntax
    'Declaration
     
    
    Public Shared Sub Setup( _
       ByVal settings As AdhocWebDesignerSettings _
    ) 
    public static void Setup( 
       AdhocWebDesignerSettings settings
    )
    public:
    static void Setup( 
       AdhocWebDesignerSettings^ settings
    ) 

    Parameters

    settings
    Global configuration settings.
    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