TdxGridReportLink.OptionsDetails Property
Options defining the how a detail view will be represented in the report.
Declaration
property OptionsDetails: TdxGridReportLinkOptionsDetails read; write;
Property Value
Type |
---|
TdxGridReportLinkOptionsDetails |
Remarks
Use the OptionsDetails property to access options defining how detail views are displayed in a report. These options determine whether the in the report detail views are displayed with the appropriate master view.
Use the RestoreDefaults method to set all options in this set to their defaults.
See Also