RosterPrinterPrintRosterAsHTML Method (Roster, String) |
Prints the roster as HTML.
Namespace:
ASAP.NRP.Core.Tools
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic static bool PrintRosterAsHTML(
Roster roster,
string filePath
)
Public Shared Function PrintRosterAsHTML (
roster As Roster,
filePath As String
) As Boolean
public:
static bool PrintRosterAsHTML(
Roster^ roster,
String^ filePath
)
static member PrintRosterAsHTML :
roster : Roster *
filePath : string -> bool
Parameters
- roster
- Type: ASAP.NRP.CoreRoster
The roster to print. - filePath
- Type: SystemString
The HTML file path.
Return Value
Type:
BooleanTrue if successful, false otherwise.
See Also