当前位置:编程学习 > C#/ASP.NET >>

如何设置 fastreport .net 工具栏或者按钮 不显示呢?


软件环境:vs 2008 winform  fastreport .net 2013版 

代码如下:            
Report report = new Report();
report.Load(@"jccmx01.frx");

DataSet ds = new DataSet();
DataTable dt = GetDgvToTable(this.Dgv);
dt.TableName = "jccmxb";
ds.Tables.Add(dt);

report.RegisterData(ds);
            
report.Show();

/*问题在这里,我如果实现打印预览界面上的工具栏不显示出来呢?或者上面的某个按钮不显示呢。
report.Preview.ToolBar.Visible = false;
*/

report.Dispose();
            
             fastreport .net  toolbar  工具栏 --------------------编程问答-------------------- --------------------编程问答-------------------- 没人知道吗?顶起来。
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,