这是以个c#做的报表例子,     //打开连接     conReport.Open();     //准备连接对象以把获取的数据放入数据集     cmdReport.CommandType=CommandType.Text;     cmdReport.Connection=conReport;     cmdReport.CommandText="SelectTOP5*FROMProductsOrderByProductName";