Create(UiRep: IUiReport; EaxGrid: IEaxGrid; Cancel: Boolean);
UiRep. Parameters of the UiReport development environment component.
EaxGrid. Parameters of analytical data area.
Cancel. Indicates whether analytical data area can be refreshed.
The Create constructor creates an argument of the event, which enables the user to cancel refresh of analytical data area.
Available values of the Cancel parameter:
True. Analytical data area is refreshed.
False. Analytical data area is not refreshed.
To create an argument of the event that occurs on refreshing or adding analytical data area, use the UiPrxEaxGridEventArgs.CreateArgs constructor.
See also: