combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabelDesignerWorkspace Class / ProjectName Property


In This Topic
    ProjectName Property (ListLabelDesignerWorkspace)
    In This Topic

    The name of the project currently opened. If you have created a new file through an action, it can be named in this way. Otherwise corresponds to setting "Save as…".

    Please note that this property is only available with a DesignerAction in an open Designer.

    Syntax
    'Declaration
     
    
    Public Property ProjectName As String
    public string ProjectName {get; set;}
    public:
    property String^ ProjectName {
       String^ get();
       void set (    String^ 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