TdxGridReportLinkOptionsLevels Members
Represents a set of options which control the appearances of the views according to the level they are located at in the grid control’s hierarchy.Constructors
Name | Description |
---|---|
Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
Name | Description |
---|---|
ReportLink | Specifies the report link to which the options are applied. Inherited from TdxGridReportLinkOptions. |
RiseActiveLevelOntoTop | Indicates whether the view that corresponds to the currently active root grid level is displayed at the top of a report. |
SkipEmptyViews | |
Unwrap | Specifies whether all the detail views that correspond to the grid levels at the same hierarchy level are displayed in a report. |
UnwrapTopLevel | Indicates whether all the views that correspond to grid levels at the root nesting level are displayed in a report. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
RestoreDefaults | Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions. |
ToString | Inherited from TObject. |
See Also