Stimulsoft Reports.Net 2014.10.24 change title
Posted: Thu Nov 13, 2014 2:15 pm
Hi,
I had a 2013 version of stimulsoft.net and in my code I am changing the report title in the code behind (VB.net) as this
CType(Report.Pages("Audit").GetComponents("Txt_Value"), Stimulsoft.Report.Components.StiText).Text.Value = TxtValue
with the latest version 2014.10.24 I get an error cannot convert type string to parameter sticollection
any idea how to programmatically change the report title now ?
I had a 2013 version of stimulsoft.net and in my code I am changing the report title in the code behind (VB.net) as this
CType(Report.Pages("Audit").GetComponents("Txt_Value"), Stimulsoft.Report.Components.StiText).Text.Value = TxtValue
with the latest version 2014.10.24 I get an error cannot convert type string to parameter sticollection
any idea how to programmatically change the report title now ?