combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / TableSetUsedIdentifierDelayedModeAttribute Class
Members


In This Topic
    TableSetUsedIdentifierDelayedModeAttribute Class
    In This Topic

    Apply this attribute to your ITable implementor to signal that you can handle used identifiers instance specific, i.e. a table instance can have its own set of used identifiers that may change from instance to instance. This can improve performance when printing the same table multiple times with differing fields.

    Object Model
    TableSetUsedIdentifierDelayedModeAttribute Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class TableSetUsedIdentifierDelayedModeAttribute 
       Inherits System.Attribute
    public sealed class TableSetUsedIdentifierDelayedModeAttribute : System.Attribute 
    public ref class TableSetUsedIdentifierDelayedModeAttribute sealed : public System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          combit.Reporting.DataProviders.TableSetUsedIdentifierDelayedModeAttribute

    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