TcxSchedulerReportLinkStyles.GetResourceHeaderParams(TcxSchedulerStorageResourceItem) Method
Returns the TcxViewParams record, which contains information about the style attributes of the report’s resource header.
Declaration
function GetResourceHeaderParams(AResource: TcxSchedulerStorageResourceItem): TcxViewParams; virtual;
Parameters
| Name | Type |
|---|---|
| AResource | TcxSchedulerStorageResourceItem |
Returns
| Type |
|---|
| TcxViewParams |
Remarks
Use the GetResourceHeaderParams method to get information about the style attributes of the report’s resource header.
The AResource parameter specifies the resource if the gkByResource flag on the TcxSchedulerCustomResourceView.GroupingKind property is active.
See Also