|
CompletenessReportingProcessGenerateCsvReport Property
|
Gets or sets the option to generate a csv report along with pdf report.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool GenerateCsvReport { get; set; }
Public Property GenerateCsvReport As Boolean
Get
Set
public:
property bool GenerateCsvReport {
bool get ();
void set (bool value);
}
member GenerateCsvReport : bool with get, set
function get_GenerateCsvReport();
function set_GenerateCsvReport(value);
View SourceProperty Value
BooleanSee Also