TcxSchedulerReportLinkPrintStyles Members
The TcxSchedulerReportLinkPrintStyles class implements a collection of print styles that can be applied to the scheduler’s report.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| ActiveStyle | Represents the print style that is currently active in the scheduler’s report. |
| ActiveStyleAssigned | |
| Agenda | |
| Count | Gets a count of the print styles. |
| Daily | Represents the Daily print style. |
| Details | Represents the Details print style. |
| Items | Provides indexed access to the print styles. |
| Memo | Represents the Memo print style. |
| Monthly | Represents the Monthly print style. |
| ReportLink | Represents the scheduler’s report generating component. Inherited from TcxCustomSchedulerReportLinkOptions. |
| Scheduler | Represents the scheduler control that the report is generated for. Inherited from TcxCustomSchedulerReportLinkOptions. |
| TimeLine | Represents the TimeLine print style. |
| Trifold | Represents the Tri-fold print style. |
| Weekly | Represents the Weekly print style. |
| Yearly | Represents the Yearly print style. |
Methods
| 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