Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / TaxReportDataSource Class / IsTaxNameValid Method
Name of the tax
In This Topic
    IsTaxNameValid Method
    In This Topic
    Determines whether a tax name is valid for use in detail queries
    Syntax
    public static bool IsTaxNameValid( 
       string taxName
    )

    Parameters

    taxName
    Name of the tax

    Return Value

    True if the tax name is present in the order records, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also