arunglobal
Programmer
How can i change the Textobjects text of crystal report thru vb.net
objsfa_act_rpt_SQL.SetDataSource(m_datset)
objsfa_act_rpt_SQL.Section2.ReportObjects.Item(0)----> iam having text objec names TEXT2 in section2--> how can i changethe text of that here.....
CrystalReportViewer1.ReportSource = objsfa_act_rpt_SQL
CrystalReportViewer1.Refresh()
CrystalReportViewer1.Show()