请教:如何在运行时修改microsoft ReportViewer所关联报表里textbox的值?(200)

  • 主题发起人 bigmistake
  • 开始时间
B

bigmistake

Unregistered / Unconfirmed
GUEST, unregistred user!
水晶报表可以这样:((CrystalDecisions.CrystalReports.Engine.TextObject)CrystalReportSource1.ReportDocument.ReportDefinition.ReportObjects["Text2"]).Text = "输入运行时改变的值"不知道microsoft ReportViewer该如何在代码里调用"textbox"?
 

Similar threads

S
回复
0
查看
947
SUNSTONE的Delphi笔记
S
S
回复
0
查看
767
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
881
DelphiTeacher的专栏
D
顶部