SrsReportRunInterface.parmReportContract Method [AX 2012]

Gets or sets the SrsReportDataContract object for the report.

Syntax

public SrsReportDataContract parmReportContract([SrsReportDataContract _reportDataContract])

Run On

Called

Parameters

Return Value

Type: SrsReportDataContract Class
The report data contract.

Remarks

This API should be used to get the underlying data contract of the report.

The report RDL is parsed and a data contract instance is created. This contract provides the ability to set or get report parameter values.

See Also

Reference

SrsReportRunInterface Interface