clBIGenerator.GetDataSourceFromEstimate Method

Public Function GetDataSourceFromEstimate( _ 
ByVal listOfFields As List(Of FieldForQdvFldConfigFile), _ 
ByVal groupsAreCollapsed As Boolean, _ 
ByVal fullPathToCallingReport As String, _ 
ByRef tempFilesToDelete As List(Of String), _ 
ByRef errorMessage As String, _ 
Optional ByVal headBranchIdentifier As String = "001000000000000000000000" _ 
) As IWorkbook
This language is not supported or no code example is available.
public IWorkbook GetDataSourceFromEstimate( 
List<FieldForQdvFldConfigFile> listOfFields
bool groupsAreCollapsed
string fullPathToCallingReport
ref List<string> tempFilesToDelete
out string errorMessage
string headBranchIdentifier = "001000000000000000000000" 
)
This language is not supported or no code example is available.
public:  
IWorkbook^ GetDataSourceFromEstimate( 
List<FieldForQdvFldConfigFile>^ listOfFields
bool groupsAreCollapsed
String^ fullPathToCallingReport
List<String^>^& tempFilesToDelete
String^& errorMessage
String^ headBranchIdentifier 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

listOfFields
List<FieldForQdvFldConfigFile>

groupsAreCollapsed
bool

fullPathToCallingReport
string

tempFilesToDelete
List<string>

errorMessage
string

headBranchIdentifier
string

Return Value

IWorkbook

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition