Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / ReportDataSource Class / GetNewExistingRawData Method
desired starting date
desired ending date (includes entire day)
In This Topic
    GetNewExistingRawData Method
    In This Topic
    Gets raw data for new and existing customers
    Syntax
    public static IList<NewExistingRawData> GetNewExistingRawData( 
       DateTime startDate,
       DateTime endDate
    )

    Parameters

    startDate
    desired starting date
    endDate
    desired ending date (includes entire day)

    Return Value

    Returns raw data for new and existing customers
    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