void SetDataSource() { object dataSource = new MailMergeReportsDataProvider().GetDataSource(); this.snapControl.DataSource = dataSource; }