Stimulsoft Reports.Silverlight报表设计按钮(ShowDesignButton)的代码

作者:chey    来源:    浏览:Loading...      日期:2013-08-22

今天有朋友提到Stimulsoft Reports.Silverlight报表设计按钮(ShowDesignButton)的代码,下来找了下,现在把他发到Stimulsoft Reports中文网上和大家分享。

代码:

StiToolBar toolBar = new StiToolBar();
toolBar.Height = 28;
toolBar.SetValue(DockPanel.DockProperty, Dock.Right);
toolBar.Margin = new Thickness(4, 2, 2, 2);
#region buttonDesign
RibbonButton buttonDesign = new RibbonButton();
buttonDesign.Content = "Design";
buttonDesign.MinWidth = 130;
buttonDesign.Height = 24;
#endregion
toolBar.Items.Add(buttonDesign);
this.viewerControl.ToolbarPanel.Children.Insert(0, toolBar);

Stimulsoft Reports.Silverlight报表设计按钮代码

Tag标签:Stimulsoft Reports.Silverlight 报表设计 

本站文章除注明转载外,均为本站原创或翻译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:Stimulsoft中文网 [http://www.Stimulsoft.cn/]
本文地址: http://www.Stimulsoft.cn/Resources/FAQ/187.html

上一篇: Stimusoft Report仪表盘数据显示的问题

下一篇: Stimulsoft Reports.Net中如何展现第一页或最后一页