首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

fastreport 运作期设计

2013-07-09 
fastreport 运行期设计初用fastreport ,不懂用void __fastcall TForm6::Button1Click(TObject *Sender){//

fastreport 运行期设计
初用fastreport ,不懂用
void __fastcall TForm6::Button1Click(TObject *Sender)
{
//  frxReport1->LoadFromFile("",false);
  frxReport1->DesignReport();  
}
//---------------------------------------
我在XE4下试了,上面代码弹不出设计器。

运行期该如何才能弹出设计器?
[解决办法]

引用:
初用fastreport ,不懂用
void __fastcall TForm6::Button1Click(TObject *Sender)
{
//  frxReport1->LoadFromFile("",false);
  frxReport1->DesignReport();  
}
//---------------------------------------
我在XE4下试了,上面代码弹不出设计器。

运行期该如何才能弹出设计器?


高版本的C++Builder中自带的FastReport是有功能限制的,运行设计报表这个功能就被限制了。如果需要这个功能,需要安装完整版的FastReport

热点排行