Specifies constants indicating what properties this configuration object supports.

Note: This enumeration is supported for IC Server version 2015 R2 and beyond.

Namespace: ININ.IceLib.Configuration.Reporting
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum Property
Visual Basic
Public Enumeration Property

Members

Member nameValueDescription
Id0Represents the Id property.
ReportId1Represents the ReportId property.
TableName2Represents the TableName property.
IcDataSource3Represents the IcDataSource property.
Sequence4Represents the Sequence property.
LastModifiedUser5Represents the LastModifiedUser property.
LastModifiedDateTimeUtc6Represents the LastModifiedDateTimeUtc property.
Version7Represents the Version property.
ReadOnly8Represents the ReadOnly property.
DisplayName9Represents the DisplayName part of the ConfigurationId property.

Version Information

Supported for IC Server version 2015 R2 and beyond.

See Also