Share via


SRSReportRun.reportParametersUseExpressions Method [AX 2012]

Gets and sets the reportParametersUseExpressions property.

Syntax

public boolean reportParametersUseExpressions([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    A Boolean value that indicates if one or more report parameters use expressions to retrieve their values

Return Value

Type: boolean
true if one or more report parameters use expressions to retrieve their values; otherwise, false.

Remarks

If true, the Reporting Services must be queried in order to get the valid values for one or more of the report parameters.

See Also

Reference

SRSReportRun Class