TcxSchedulerReportLinkPrintStyles.GetStyleByView(TcxSchedulerCustomView) Method
Returns the print style instance identified by the corresponding TcxSchedulerCustomView descendant’s type.
Declaration
function GetStyleByView(View: TcxSchedulerCustomView): TcxCustomSchedulerReportLinkPrintStyle;
Parameters
Name | Type |
---|---|
View | TcxSchedulerCustomView |
Returns
Type |
---|
TcxCustomSchedulerReportLinkPrintStyle |
Remarks
Use the GetStyleByView method to retrieve the print style instance identified by the View time view.
See Also