[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Characteristics

Characteristics Enum

Specifies characteristics that may be held by a IReportItem.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Flags]
public enum Characteristics

Fields

Name Description
HasDelayedContent

IReportItem has a value that may not be known when initially rendered.

HasDelayedVisibility

The visibility of the ITextBox may not be known when initially rendered.

HasDocumentMapPath

True if the value expression of the text box contains document map references.

IsCumulative

The IReportItem contains cumulative total expression.

None

IReportItem has none of these characteristics.

Extension Methods