ReportRunnerGetReportById Method

Retrieve a NetFORUM report, using the passed parameters.

Definition

Namespace: Ignition.Reporting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public ReportResult GetReportById(
	NetForumId reportId,
	Object parameters,
	NetForumReportFormat format = NetForumReportFormat.Pdf
)

Parameters

reportId  NetForumId
The id of the report"
parameters  Object
Anonymous object containing the parameters to pass to the report
format  NetForumReportFormat  (Optional)
File format to use for the returned report

Return Value

ReportResult
A ReportShim which contains report metadata as well as the actual report

See Also