首页 > 慧问 > 频道

Stimulsoft创建报表时需要其他的什么控件支持吗[Stimulsoft Reports.Net]

发表于2019-05-10 回复:0 查看:2203  |  
在Stimulsoft中,如果我想要创建一个报表,需要其他的什么控件支持不啊?
1个回答
  • 1970-01-01 08:00
    C# <pre class='brush: csharp'>Stimulsoft.Report.Components.StiCheckBox check = sender as Stimulsoft.Report.Components.StiCheckBox; if (check.CheckedValue == null || ((bool)check.CheckedValue) == false)check.CheckedValue = true; else check.CheckedValue = false; Invalidate();</pre> VB <pre class='brush: csharp'>Dim box1 As Stimulsoft.Report.Components.StiCheckBox = CType(sender, Stimulsoft.Report.Components.StiCheckBox) If ((box1.CheckedValue Is Nothing) OrElse Not CType(box1.CheckedValue, Boolean)) Then box1.CheckedValue = True Else box1.CheckedValue = False End If MyBase.Invalidate</pre> 点击[【Stimulsoft Reports.Net常见Q&A集】](http://www.evget.com/article/2016/1/8/23360.html)了解更多
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP