TdxGridReportLinkOptionsDetails.StartFromFocusedView Property
Determines whether the focused views detail views are included in the report.
Declaration
property StartFromFocusedView: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The StartFromFocusedView property determines whether a report will display only the focused view and it’s details but not any master views. If the OnlyFocusedView option is also active, then the focused view details will also be excluded from the report.
The default value of the StartFromFocusedView property is False.
See Also