List & Label .NET
combit.Reporting.Web.WebReportViewer Namespace / ProvideListLabelContext Class / Initializing Property


In This Topic
    Initializing Property (ProvideListLabelContext)
    In This Topic
    Gets a value indicating whether the combit.Reporting.ListLabel instance is intended solely for initialization purposes in the Web Report Designer, such as for loading resources.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Initializing As Boolean
    public bool Initializing {get;}
    public:
    property bool Initializing {
       bool get();
    }

    Property Value

    true if the instance is only needed during initialization; false if it is required for generating previews or printing.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also