RosterPrinterPrintRosterAsHTML(Roster, String) Method

Prints the roster as HTML.

Definition

Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public static bool PrintRosterAsHTML(
	Roster roster,
	string filePath
)

Parameters

roster  Roster
The roster to print.
filePath  String
The HTML file path.

Return Value

Boolean
True if successful, false otherwise.

See Also