Roster PrinterPrint Roster As HTML(Roster, String) Method
Prints the roster as HTML.
Definition
Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
True if successful, false otherwise.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public static bool PrintRosterAsHTML(
Roster roster,
string filePath
)VB
Public Shared Function PrintRosterAsHTML (
roster As Roster,
filePath As String
) As BooleanC++
public:
static bool PrintRosterAsHTML(
Roster^ roster,
String^ filePath
)F#
static member PrintRosterAsHTML :
roster : Roster *
filePath : string -> bool Parameters
Return Value
BooleanTrue if successful, false otherwise.