IAnalyticReporting Interface

Provides data and functionality for the analytical reporting tools.
Public Interface IAnalyticReporting
This language is not supported or no code example is available.
public interface IAnalyticReporting
This language is not supported or no code example is available.
Methods
 
Name Description
Public method 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.
Public method 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.
Public method DisplayExcelReport(string, string, string) Displays a Microsoft Excel business intelligence report mixed up with a data source.
Public method DisplayStimulsoftReport(string, string) Displays a Stimulsoft business intelligence report mixed up with a data source.
Public method DisplayStimulsoftReport(string, string, bool, FormWindowState, bool, bool, string) Displays a Stimulsoft business intelligence report mixed up with a data source.
Public method GetAvailableFieldsForDataSource(bool) Gets all available WBS fields, minutes fields, global variables and overhead sheet ranges available for analytical reporting.
Public method GetDataSource(List<FieldForQdvFldConfigFile>, bool, string, bool) Gets a data-source workbook from a list of fields / worksheets.
Public method GetDataSource(List<FieldForQdvFldConfigFile>, bool, string, bool, bool, bool) Gets a data-source workbook from a list of fields / worksheets.
Public method GetExcelReportFields(string) Gets all fields used in an Excel report. Useful to create a data source in accordance with the report.
Public method GetExcelReportOptions(string) Get the options stored in a Microsoft Excel report.
Public method GetImageOfFieldsForDataSource(string, ref bool) Reads the data from a .QDVFldConfig file.
Public method GetImageOfFieldsForDataSource(string, ref bool, ref bool, ref bool) Reads the data from a .QDVFldConfig file.
Public method GetStimulsoftReportFields(string) Gets all fields used in a Stimulsoft report. Useful to create a data source in accordance with the report.
Public method GetStimulsoftReportOptions(string) Gets the options stored in a Stimulsoft report.
Public method MergeDataSources(IEnumerable<String>, bool) Merges several Excel data sources.
Public method SaveFieldsForDataSource(string, IEnumerable<FieldForQdvFldConfigFile>, bool) Saves the fields for data source to a .QDVFldConfig file.
Public method SetStimulsoftUserInterfaceLanguage(string) Sets the language of the Stimulsoft user interface.
Top
Remarks
 

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..)
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition