Displays "Consignor Statements" admin report
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ConsignmentSalesReport( int? EventID, string sort, int? page, bool? descending )
Parameters
- EventID
- Type: SystemNullableInt32
- sort
- Type: SystemString
- page
- Type: SystemNullableInt32
- descending
- Type: SystemNullableBoolean
Return Value
Type: ActionResultSee Also