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