Displays a page of a list of paid site fee invoices
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SiteFeesReport( int? page, int? SortFilterOptions )
Parameters
- page
- Type: SystemNullableInt32
index of the page to be displayed (default 0) - SortFilterOptions
- Type: SystemNullableInt32
index of the requested sort option defined in QuerySortDefinitions.SiteFeesReportOptions
Return Value
Type: ActionResultView(Page<Invoice>)
See Also