7、 reportname = "ADORecordset.rpt" '这里建立一个字符串变量,指向Crystal Report文件(.rpt file),再用这段代码的时候 '换成你的Crystal Report文件名。 '建立APPLICATION 对象 If Not IsObject (session("oApp")) Then Set session("oApp") = Server.CreateObject("CrystalRuntime.Application") E
8、nd If '这个"if/end if" 结构用来每个session只建立一次 Crystal Reports Application对象o '建立application对象 - session("oApp"),将Crystal Report De