AnalyticReporting Class

NOTE: This member is now obsolete. Use Qdv.UserApi.IAnalyticReporting instead.

Provides data for the analytical reporting tools.
<Obsolete("Use Qdv.UserApi.IAnalyticReporting instead.")> _ 
Public Class AnalyticReporting 
Implements IAnalyticReporting
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.IAnalyticReporting instead.")] 
public class AnalyticReporting : 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 Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetAvailableFieldsForDataSource(bool)
Public method GetDataSource(List<FieldForQdvFldConfigFile>, bool, string, bool)
Public method GetDataSource2(List<FieldForQdvFldConfigFile>, bool, string, bool, bool, bool)
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetImageOfFieldsForDataSource(string, ref bool)
Public method GetImageOfFieldsForDataSource(string, ref bool, ref bool, ref bool)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method MergeDataSources(IEnumerable<String>, bool) Merges several Excel data sources.
Public method SaveFieldsForDataSource(string, IEnumerable<FieldForQdvFldConfigFile>, bool)
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 

One can select a branch or a task in the WBS and that 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..)
QDVUserAPI.AnalyticReporting

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition