Displays 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 PrintInvoice( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested invoice
Return Value
Type: ActionResultView(Invoice)
See Also