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