combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / AutoShowSelectFile Property


In This Topic
    AutoShowSelectFile Property
    In This Topic
    Gets or sets whether the file selection dialog with integrated preview window should be displayed for the methods Print and Design in databound mode. Enables the user to select a different project file.
    Syntax
    'Declaration
     
    
    Public Property AutoShowSelectFile As Boolean
    public bool AutoShowSelectFile {get; set;}
    public:
    property bool AutoShowSelectFile {
       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