IAnalyticReporting.DisplayStimulsoftReport (String, String) Method

Displays a Stimulsoft business intelligence report mixed up with a data source.
Sub DisplayStimulsoftReport( _ 
ByVal reportPath As String, _ 
ByVal dataSourcePath As String
)
This language is not supported or no code example is available.
void DisplayStimulsoftReport( 
string reportPath
string dataSourcePath 
)
This language is not supported or no code example is available.

Parameters

reportPath
string

The full path to a Stimulsoft report.

dataSourcePath
string

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

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