IAnalyticReporting.MergeDataSources Method

Merges several Excel data sources.
Function MergeDataSources( _ 
ByVal dataSourcesPaths As IEnumerable(Of String), _ 
ByVal showWaitingForm As Boolean
) As String
This language is not supported or no code example is available.
string MergeDataSources( 
IEnumerable<string> dataSourcesPaths
bool showWaitingForm 
)
This language is not supported or no code example is available.

Parameters

dataSourcesPaths
IEnumerable<string>

A collection of full paths to the Excel data source files.

showWaitingForm
bool

If set to true a waiting form is displayed; otherwise nothing is displayed.

Return Value

string

The full path to the merged file.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.14.518.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition