我有对象列表(Customer class):
class Customer
{
public string CustomerID { get; set; }
public string CompanyName { get; set; }
public string ContactName { get; set; }
public string ContactTitle { get; set; }
}
我希望在我的asp.net我的网站上显示刺激报告viwer列表。 如何设置报告的数据源?
Stimulsoft.Report.Web.StiReportWeb report=
new Stimulsoft.Report.Web.StiReportWeb();
我正在使用此版本: Stimulsoft Reports.Ultimate 2010.1
答案 0 :(得分:1)
使用report.RegData()或report.RegBusinessObject()方法