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.
Parameters
- listOfFields
- List<FieldForQdvFldConfigFile>
- groupsAreCollapsed
- bool
- fullPathToCallingReport
- string
- errorMessage
- string
- headBranchIdentifier
- string