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


TableSetUsedIdentifierDelayedModeAttribute Class

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
 
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 8, .NET 9

See Also