0

我有对象列表(客户类):

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

4

1 回答 1

1

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

于 2014-08-27T06:10:55.407 回答