TcxSchedulerReportLinkStyles.GetEventParams(TcxSchedulerEvent) Method
Returns the TcxViewParams record, which contains information about the style attributes of the report’s AEvent user events.
Declaration
function GetEventParams(AEvent: TcxSchedulerEvent): TcxViewParams; virtual;
Parameters
| Name | Type |
|---|---|
| AEvent | TcxSchedulerEvent |
Returns
| Type |
|---|
| TcxViewParams |
Remarks
Use the GetEventParams method to get information about the style attributes of the report’s user event.
The AEvent parameter specifies the current user event.
See Also