TdxCustomcxControlReportLink.OptionsView Property
In This Article
Represents a set of options, which control the visibility of the control’s elements within a report.
#Declaration
Delphi
property OptionsView: TdxCustomReportLinkOptionsView read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the OptionsView property to specify the options which control the appearance of the various control’s elements within a report.
Use the report link’s OptionsView.RestoreDefaults method to reset all the options applied to this report link back to their default values.
See Also