/// <summary>
 /// Loads the report.
 /// </summary>
 private void LoadReport()
 {
     SelectAll = false;
     SetRecordList(localSql.GetEcommerceMessages(SearchModel));
 }