combit List & Label 29 - .NET Help
combit.Reporting.Web.WindowsClientWebDesigner.Server Namespace / WindowsClientWebDesignerOptions Class / ExtensionAssemblies Property


In This Topic
    ExtensionAssemblies Property
    In This Topic
    If you'd like to add your own combit.Reporting.DesignerObject or combit.Reporting.DesignerFunction classes to the Web Designer, put them in a separate assembly and add them as combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtension to this list. See the blog article Add Your Custom Objects and Functions to the Web DesignerT:combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtension% class for some comments and an example code.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExtensionAssemblies As List(Of WebDesignerExtension)
    public List<WebDesignerExtension> ExtensionAssemblies {get;}
    public:
    property List<WebDesignerExtension^>^ ExtensionAssemblies {
       List<WebDesignerExtension^>^ get();
    }
    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