摘要:COM com = new COM("CrystalRuntime.Application"); COM report = new COM("CrystalRuntime.Report"); str pathfile = "F:\\CrystalReport1.rpt"; ; report = com.OpenReport(pathfile,...
阅读全文
摘要:1、 Add QueryBuildRange in ClassDeclare Section public class FormRun extends ObjectRun { QueryBuildRange qbRange; } 2、 Add a Method in Form(or Write a Class Function) Boolean ChkUserAss() { ...
阅读全文
摘要:1、运行h2reg -r "CmdFile=e:\help\cfx_web_cmd.ini" 2、运行"C:\Program Files\Common Files\Microsoft Shared\Help 8\dexplore.exe" /helpcol ms-help://SFX.CHARTFX(或者建立一个快捷方式) (必须:安装VS2005,h2reg)
阅读全文
摘要:download and install ChartDirector for ASP/COM/VB Add a Bitmap in Report and set method = calcBarchart Add a method calcBarchart in Report display container calcBarchart() { container con; ...
阅读全文
摘要:Add a method in Graphics(Class) void parmStacked(int _stacked = 0) { ; chartFXCtrl.stacked(_stacked); } Add a ActiveX(Chart Object) in a Form and set name="MyGraphics" and Add a method in...
阅读全文