TdxGridReportLinkOptionsDetails Members
Options defining whether the focused view will be displayed with it’s detail and master views (if any) in the report.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| OnlyFocusedView | Determines whether only the focused view is included in a report. |
| ReportLink | Specifies the report link to which the options are applied. Inherited from TdxGridReportLinkOptions. |
| StartFromFocusedView | Determines whether the focused views detail views are included in the 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