IAnalyticReporting.GetExcelReportOptions Method

Get the options stored in a Microsoft Excel report.
Function GetExcelReportOptions( _ 
ByVal reportPath As String
) As ReportOptions
This language is not supported or no code example is available.
ReportOptions GetExcelReportOptions( 
string reportPath 
)
This language is not supported or no code example is available.

Parameters

reportPath
string

The full path to the XLSX file which is the report.

Return Value

ReportOptions

Options used in the report.

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