QDVEstimate.GetWorkbookFromProfile (String, Dictionary<StringObject>, ExportType) Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.GetReportWorkbook instead.
[Obsolete("Use Qdv.UserApi.IEstimate.GetReportWorkbook instead.")]
public IWorkbook GetWorkbookFromProfile(
string FullPathToProfile,
Dictionary<string, object> ProfileInfo = Nothing,
ExportType ExportType = QDVUserAPI.QDVEstimate.ExportType.WithoutFormulas
)
This language is not supported or no code example is available.
Parameters
- FullPathToProfile
- string
Full path to the profile (.PFL)
- ProfileInfo
- Dictionary<string, object>
Optional. The default value is Nothing.
This is a dictionary which contains various options as defined by the report generator.
- ExportType
- ExportType
Optional. The default value is QDVUserAPI.QDVEstimate.ExportType.WithoutFormulas.
Return Value
IWorkbookA Spreadsheet Gear Workbooks containing the profile filled with estimate's data
This signature is obsolete. See new signature