Share via


SalesTaxByCustomerController.setRanges Method [AX 2012]

Sets the report query ranges.

Syntax

public void setRanges(
    Query _query, 
    List _billingClassification, 
    NoYes _inclTransWithNoBillingClass)

Run On

Called

Parameters

  • _billingClassification
    Type: List Class
    A list of billing classifications.
  • _inclTransWithNoBillingClass
    Type: NoYes Enumeration
    A Boolean value that indicates whether to include transactions that do not have the billing classification.

See Also

Reference

SalesTaxByCustomerController Class