IAnalyticReporting Interface
| Name | Description | |
|---|---|---|
 
    
	 | 
	CreateNewTimeSheetAccordingToPlanner(IWorkbook, string, List<String>, string, string, bool, string, object) | Creates a new sheet split in months in a data source to breakdown a value according to the Gantt diagram. | 
 
    
	 | 
	CreateNewTimeSheetAccordingToPlannerExtended(IWorkbook, string, List<String>, string, Granularity, string, bool, string, object) | Creates a new sheet in a data source to breakdown a value according to the Gantt diagram. You can define granularity. | 
 
    
	 | 
	DisplayExcelReport(string, string, string) | Displays a Microsoft Excel business intelligence report mixed up with a data source. | 
 
    
	 | 
	DisplayStimulsoftReport(string, string) | Displays a Stimulsoft business intelligence report mixed up with a data source. | 
 
    
	 | 
	DisplayStimulsoftReport(string, string, bool, FormWindowState, bool, bool, string) | Displays a Stimulsoft business intelligence report mixed up with a data source. | 
 
    
	 | 
	GetAvailableFieldsForDataSource(bool) | Gets all available WBS fields, minutes fields, global variables and overhead sheet ranges available for analytical reporting. | 
 
    
	 | 
	GetDataSource(List<FieldForQdvFldConfigFile>, bool, string, bool) | Gets a data-source workbook from a list of fields / worksheets. | 
 
    
	 | 
	GetDataSource(List<FieldForQdvFldConfigFile>, bool, string, bool, bool, bool) | Gets a data-source workbook from a list of fields / worksheets. | 
 
    
	 | 
	GetExcelReportFields(string) | Gets all fields used in an Excel report. Useful to create a data source in accordance with the report. | 
 
    
	 | 
	GetExcelReportOptions(string) | Get the options stored in a Microsoft Excel report. | 
 
    
	 | 
	GetImageOfFieldsForDataSource(string, ref bool) | Reads the data from a .QDVFldConfig file. | 
 
    
	 | 
	GetImageOfFieldsForDataSource(string, ref bool, ref bool, ref bool) | Reads the data from a .QDVFldConfig file. | 
 
    
	 | 
	GetStimulsoftReportFields(string) | Gets all fields used in a Stimulsoft report. Useful to create a data source in accordance with the report. | 
 
    
	 | 
	GetStimulsoftReportOptions(string) | Gets the options stored in a Stimulsoft report. | 
 
    
	 | 
	MergeDataSources(IEnumerable<String>, bool) | Merges several Excel data sources. | 
 
    
	 | 
	SaveFieldsForDataSource(string, IEnumerable<FieldForQdvFldConfigFile>, bool) | Saves the fields for data source to a .QDVFldConfig file. | 
 
    
	 | 
	SetStimulsoftUserInterfaceLanguage(string) | Sets the language of the Stimulsoft user interface. | 
You can select a branch or a task in the WBS and this interface provides an Excel file having all requested data for a report:
- All data from all columns where WBS is joined to minutes in one sheet
 - A sheet containing all global variables
 - One sheet per list (kind of material, workforce, time frame etc..)
 
	
		Available since QDV 7.13.0001.
	
					
    
	