Specifies constants indicating what properties this configuration object supports.

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.
CategoryId1Represents the CategoryId property.
DSKey2Represents the DSKey property.
FriendlyKey3Represents the FriendlyKey property.
LinkedReportFriendlyKey4Represents the LinkedReportFriendlyKey property.
Name5Represents the Name property.
NameResource6Represents the NameResource property.
Description7Represents the Description property.
DescriptionResource8Represents the DescriptionResource property.
IsVisible9Represents the IsVisible property.
SubTitle10Represents the SubTitle property.
SubTitleResource11Represents the SubTitleResource property.
AssemblyName12Represents the AssemblyName property.
ClassName13Represents the ClassName property.
Orientation14Represents the Orientation property.
ReportXml15Represents the ReportXml property.
LogoFile16Represents the LogoFile property.
MaxRows17Represents the MaxRows property.
LastRunDateTimeUtc18Represents the LastRunDateTimeUtc property.
LastRunUserId19Represents the LastRunUserId property.
RunCount20Represents the RunCount property.
IsLocked21Represents the IsLocked property.
ICDataSource22Represents the ICDataSource property.
StoredProcedure23Represents the StoredProcedure property.
StoredProcedureCount24Represents the StoredProcedureCount property.
StoredProcedureSample25Represents the StoredProcedureSample property.
ParameterPageHelpId26Represents the ParameterPageHelpId property.
ReportPageHelpId27Represents the ReportPageHelpId property.
AllowParameterEdit28Represents the AllowParameterEdit property.
AllowCount29Represents the AllowCount property.
RequireAcl30Represents the RequireAcl property.
Notes31Represents the Notes property.
ReportType32Represents the ReportType property.
Sequence33Represents the Sequence property.
License34Represents the License property.
CopyGuid35Represents the CopyGuid property.
CopyReportGuid36Represents the CopyReportGuid property.
LastModifiedUser37Represents the LastModifiedUser property.
LastModifiedDateTimeUtc38Represents the LastModifiedDateTimeUtc property.
IsReleased39Represents the IsReleased property.
Version40Represents the Version property.
TimeoutPeriod41Represents the TimeoutPeriod property.
ReadOnly42Represents the ReadOnly property.
FileName44Represents the FileName property.
DisplayName43Represents the DisplayName part of the ConfigurationId property.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 4 and beyond.

See Also