IAnalyticReporting.DisplayExcelReport Method

Displays a Microsoft Excel business intelligence report mixed up with a data source.
Sub DisplayExcelReport( _ 
ByVal reportPath As String, _ 
ByVal dataSourcePath As String, _ 
Optional ByVal macroToExecute As String = Nothing _ 
)
This language is not supported or no code example is available.
void DisplayExcelReport( 
string reportPath
string dataSourcePath
string macroToExecute = Nothing 
)
This language is not supported or no code example is available.

Parameters

reportPath
string

The full path to a Microsoft Excel report.

dataSourcePath
string

The full path to a Microsoft Excel file containing a data source.

macroToExecute
string

The name of the Excel macro to be executed. If set to null reference (Nothing in Visual Basic) or an empty string, no macro will be executed.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.14.523.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition