QDVEstimate.GetWorkbookFromProfile (String, Dictionary<StringObject>, ExportType) Method

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

Returns a workbook containing the estimate seen through the report profile (Obsolete)
[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

IWorkbook

A Spreadsheet Gear Workbooks containing the profile filled with estimate's data

Remarks
 
This signature is obsolete. See new signature

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition