TcxSchedulerReportLinkPrintStyles.GetStyleByName(string) Method
Returns the print style instance identified by the print style’s caption.
Declaration
function GetStyleByName(const Name: string): TcxCustomSchedulerReportLinkPrintStyle;
Parameters
Name | Type |
---|---|
Name | string |
Returns
Type |
---|
TcxCustomSchedulerReportLinkPrintStyle |
Remarks
Use the GetStyleByName method to retrieve the print style instance identified by the print style’s caption.
The Name parameter specifies the print style’s caption.
See Also