Displays multiple invoice details, formatted for printing
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult PrintMultipleInvoices( string[] selectedObjects, int? EventID )
Parameters
- selectedObjects
- Type: SystemString
optional list of Invoice IDs to print - EventID
- Type: SystemNullableInt32
optional ID of the Event to print all invoices for
Return Value
Type: ActionResultView(List<Invoice>)
Remarks
See Also