|
IReportingProcessGetArguments(DateTime, Boolean) Method
|
Gets the command line arguments for the reporting process for a given report date.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxstring GetArguments(
DateTime reportDate,
bool emailReport
)
Function GetArguments (
reportDate As DateTime,
emailReport As Boolean
) As String
String^ GetArguments(
DateTime reportDate,
bool emailReport
)
abstract GetArguments :
reportDate : DateTime *
emailReport : bool -> string
function GetArguments(reportDate, emailReport);
View SourceParameters
- reportDate DateTime
- The date of the report to be generated.
- emailReport Boolean
- Flag that determines if report should be e-mailed, if enabled.
Return Value
String
See Also