|
-
Dec 5th, 2005, 05:24 PM
#1
Thread Starter
Addicted Member
how change a sections object value crystal
i am trying to change an object in the page header at runtime in vb. Can anybody tell me the correct way.
Report.Sections("PageHeaderSection1").ReportObjects.Item("text2").SetText = "ad"
can anybody help me correct it
-
Dec 5th, 2005, 10:59 PM
#2
Member
Re: how change a sections object value crystal
dim cr as new crystalreport1
Dim SampleReportText1 As CrystalDecisions.CrystalReports.Engine.TextObject = CType(cr.ReportDefinition.ReportObjects.Item("Text1"), CrystalDecisions.CrystalReports.Engine.TextObject)
SampleReportText2.Text = textbox1.Text
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|