combit List & Label 29 - .NET Help
combit.Reporting.AdhocDesign.Web Namespace / AdhocWebDesignerSettings Class / Bundles Property


In This Topic
    Bundles Property
    In This Topic
    (Optional) Sets the bundle collection to which the Ad-hoc Designer adds it's script & stylesheet bundles. If not specified, the default bundle table is used.
    Syntax
    'Declaration
     
    
    Public Property Bundles As BundleCollection
    public BundleCollection Bundles {get; set;}
    public:
    property BundleCollection^ Bundles {
       BundleCollection^ get();
       void set (    BundleCollection^ 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