如何在激励报告中更改控制属性? [英] How change control property in stimul report?

查看:73
本文介绍了如何在激励报告中更改控制属性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 如何在刺激报告(如send parammettr)中更改控件(例如面板或标签)的属性.例如,使用面板或字体进行更改?例如,可以使用Text属性修改Label控件的文本.

 Label1.Text = " ; 



.NET提供了适当的事件来处理它.在此示例中,当用户更改Label的文本内容时,它将触发控件,并且其委托为:

 公共 无效 Label1.OnTextChanged(

In general, .NET framework class provides the control to change the property. As an example, Label control''s text can be modified using Text property.

Label1.Text = "...";



.NET provides the appropriate event to handle it. In this example, when the user changes the text content of Label, it will trigger a control and its delegate is:

public void Label1.OnTextChanged(object sender, RoutedEventArgs e)



But, your code uses the custom controls from stimulsoft. Mostly, it will support .NET framework base property and methods. For any particular control/property, you can check with them.


这篇关于如何在激励报告中更改控制属性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆