Share via


SRSReportExecutionInfo.parmReportRunId Method [AX 2012]

Gets or sets the reportRunId parameter.

Syntax

public guid parmReportRunId([guid _reportRunId])

Run On

Called

Parameters

  • _reportRunId
    Type: guid
    The value to set.

Return Value

Type: guid
The value of the reportRunId parameter.

Remarks

The report run ID is a unique identifier that is given to each report run instance. This is a GUID that is unique across all the report run instances. Every time a new SrsReportRunController is created, a GUID is generated for that instance.

See Also

Reference

SRSReportExecutionInfo Class