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