Share via


SrsAutoReportController.addDataSourceArrayFieldRange Method [AX 2012]

Adds a data range to the table data source.

Syntax

public void addDataSourceArrayFieldRange(
    TableId _tableId, 
    FieldId _fieldId, 
    int _arrayIndex, 
    str _rangeValue)

Run On

Client

Parameters

  • _arrayIndex
    Type: int
    The index of the array field on which to apply the range.
  • _rangeValue
    Type: str
    The range value to apply.

See Also

Reference

SrsAutoReportController Class