如何为stimulsoft报告的数据源设置对象列表?

时间:2014-08-26 07:01:55

标签: asp.net stimulsoft

我有对象列表(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

1 个答案:

答案 0 :(得分:1)

使用report.RegData()或report.RegBusinessObject()方法