fastreport.zip
使用pythonnet调用。64位版本。记得要区分32\64版本的python运行环境哦! clr.AddReference(r'FastReport') clr.AddReference(r'FastReport.Data.Json') from FastReport import Report report = Report() report.Load("Badges.frx")
下载地址
用户评论