Share via


SRSReportRun.useIndexFieldsAsQueryRanges Method [AX 2012]

Gets or sets the useIndexFieldsAsQueryRanges property.

Syntax

public boolean useIndexFieldsAsQueryRanges([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    The new value for the property if supplied; optional.

Return Value

Type: boolean
The current value of the property.

Remarks

The default value for this property is true.

This property is used with the showIndexFields method. If you do not want the index fields of a table or view to be shown as range fields, either set this property to false or override the showIndexFields method.

See Also

Reference

SRSReportRun Class