| 
            
              IReportingProcessReportLocation Property
             | 
          
        
        
            Gets or sets the directory to which reports will be written.
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxstring ReportLocation { get; set; }Property ReportLocation As String
	Get
	Set
property String^ ReportLocation {
	String^ get ();
	void set (String^ value);
}abstract ReportLocation : string with get, set
function get_ReportLocation();
function set_ReportLocation(value);
 View SourceProperty Value
String
See Also