Share via


SrsAutoReportController.addDataSourceFieldAggregation Method [AX 2012]

Adds an aggregation method to a field in the auto report.

Syntax

public void addDataSourceFieldAggregation(
    TableId _tableId, 
    FieldId _fieldId, 
    str functionName)

Run On

Client

Parameters

  • functionName
    Type: str
    The name of the aggregation function to use.

See Also

Reference

SrsAutoReportController Class