MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / Characteristics Enumeration

Characteristics Enumeration
Specifies characteristics that may be held by a IReportItem.
Syntax
'Declaration
 
Public Enum Characteristics 
   Inherits System.Enum
 
Members
MemberDescription
HasDelayedContentIReportItem has a value that may not be known when initially rendered.
HasDelayedVisibilityThe visibility of the ITextBox may not be known when initially rendered.
HasDocumentMapPathTrue if the value expression of the text box contains document map references.
IsCumulativeThe IReportItem contains cumulative total expression.
NoneIReportItem has none of these characteristics.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Characteristics

See Also