Click or drag to resize

ReportRunnerGetReportParameters Method

Retrieves a list of the parameters for a given report

Namespace: Ignition.Reporting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<ReportParameter> GetReportParameters(
	NetForumId reportId
)

Parameters

reportId  NetForumId
Id of the report whose parameters to retrieve

Return Value

IReadOnlyCollectionReportParameter
The requested list of parameters
See Also