|
ReportingProcessBaseGetArguments(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
Syntaxpublic string GetArguments(
DateTime reportDate,
bool emailReport
)
Public Function GetArguments (
reportDate As DateTime,
emailReport As Boolean
) As String
public:
virtual String^ GetArguments(
DateTime reportDate,
bool emailReport
) sealed
abstract GetArguments :
reportDate : DateTime *
emailReport : bool -> string
override 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
StringImplements
IReportingProcessGetArguments(DateTime, Boolean)
See Also