You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > ConsignmentSalesReport Method

AdminControllerConsignmentSalesReport Method

AuctionWorx 3.5 API
Displays "Consignor Statements" admin report

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.