我有对象列表(客户类):
class Customer
{
public string CustomerID { get; set; }
public string CompanyName { get; set; }
public string ContactName { get; set; }
public string ContactTitle { get; set; }
}
我想在我的 asp.net 我的网站上显示我的 stimulsoft 报告 viwer 列表。如何设置我的报告的数据源?
Stimulsoft.Report.Web.StiReportWeb report=
new Stimulsoft.Report.Web.StiReportWeb();
我正在使用这个版本:Stimulsoft Reports.Ultimate 2010.1