Skip to main content

TcxSchedulerReportLinkStyles.UseSchedulerStyles Property

Gets whether the report link’s style settings will be used.

Declaration

property UseSchedulerStyles: Boolean read;

Property Value

Type
Boolean

Remarks

The UseSchedulerStyles property gets True if the TdxCustomReportLinkOptionsFormatting.UseNativeStyles property was set to True and the TcxSchedulerReportLink object is not instantiated or the scheduler control (see the TcxScheduler class) is not plugged to the TcxSchedulerReportLink report link. Otherwise – False.

See Also