[DataObjectMethod(DataObjectMethodType.Select)] public static IList<TaxReportSummaryItem> LoadSummaries( DateTime startDate, DateTime endDate, int maximumRows, int startRowIndex )
Parameters
- startDate
- Inclusive start date to consider
- endDate
- Inclusive end date to consider
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of TaxReportSummaryItem objects