Displays "Event Activity" admin report
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EventActivityReport( int? EventID, string sort, int? page, bool? descending )
Parameters
- EventID
- Type: SystemNullableInt32
The ID of the spcified Event; if missing, the most recent closed event is used - sort
- Type: SystemString
the name of the column to sort the results by - page
- Type: SystemNullableInt32
index of the page to be displayed (default 0) - descending
- Type: SystemNullableBoolean
true to order the results from highest to lowest
Return Value
Type: ActionResultView(Page<ReportRow>)
See Also