TcxSchedulerReportLinkPrintStyles Methods
The TcxSchedulerReportLinkPrintStyles class implements a collection of print styles that can be applied to the scheduler’s report.| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetCorrespondingStyle | Returns the print style corresponding to the time view that is currently active in the scheduler control. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetStyleByClass(TcxCustomSchedulerReportLinkPrintStyleClass) | Returns the print style instance identified by the TcxCustomSchedulerReportLinkPrintStyle descendant’s type. |
| GetStyleByName(string) | Returns the print style instance identified by the print style’s caption. |
| GetStyleByView(TcxSchedulerCustomView) | Returns the print style instance identified by the corresponding TcxSchedulerCustomView descendant’s type. |
| IndexOf(TcxCustomSchedulerReportLinkPrintStyle) | Returns the zero-based index of the TcxCustomSchedulerReportLinkPrintStyle print style in the Styles collection. |
| RestoreDefaults | Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions. |
| ToString | Inherited from TObject. |
See Also