IAnalyticReporting.GetStimulsoftReportFields Method

Gets all fields used in a Stimulsoft report. Useful to create a data source in accordance with the report.
Function GetStimulsoftReportFields( _ 
ByVal reportPath As String
) As IEnumerable(Of FieldForQdvFldConfigFile)
This language is not supported or no code example is available.
IEnumerable<FieldForQdvFldConfigFile> GetStimulsoftReportFields( 
string reportPath 
)
This language is not supported or no code example is available.

Parameters

reportPath
string

The full path to the Stimulsoft report file.

Return Value

IEnumerable<FieldForQdvFldConfigFile>

A collection of all fields 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