| 
            
              CompletenessReportingProcessIsReportFileName Method
             | 
          
        
        
            Determines whether the given path is a path to a report, based on the file name.
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic override bool IsReportFileName(
	string fileName
)
Public Overrides Function IsReportFileName ( 
	fileName As String
) As Boolean
public:
virtual bool IsReportFileName(
	String^ fileName
) override
abstract IsReportFileName : 
        fileName : string -> bool 
override IsReportFileName : 
        fileName : string -> bool function IsReportFileName(fileName);
 View SourceParameters
- fileName  String
 -  
 
Return Value
Boolean
See Also