The following example demonstrates how to create a new blank report at runtime (an instance of the XtraReport class), create data objects to bind it to an MDB file (via the XtraReport.DataSource and XtraReport.DataMember properties), then fill the report with a DetailBand containing an XRLabel to show the data from this file.
Question Comments
Added By: bmosbarg at: 9/24/2013 2:23:57 PM
When I switch this connection to SQL Server 2005 the report is blank, no records appear. Do you have an example with SQL Server?