SrsReportRunController.parmShowReportViewerParameters Method [AX 2012]

Indicates whether the parameter UI should be displayed in the report viewer dialog box.

Syntax

public boolean parmShowReportViewerParameters([boolean _showReportViewerParameters])

Run On

Called

Parameters

  • _showReportViewerParameters
    Type: boolean
    The value to set; optional.

Return Value

Type: boolean
true to display parameters; otherwise, false.

Remarks

Please do not use this method. This is an internal framework method. Using this method will cause problems in the code.

See Also

Reference

SrsReportRunController Class