Page 1 of 1

Change page header band text in Runtime

Posted: Sun Aug 08, 2021 12:25 pm
by mojsa2000
Hi
I'm using stimulsoft in Runtime (C# language script). So I need to change Page header band on every page in a FOR Loop . But Text of each page header bands is different with others.How to change Text for each page header band. this code did not work for me.

Code: Select all

 for(int i=0;i<10;i++)
 {
      StiText new_txt=  ((StiText)headerBand.Components["report_title_text"]);
      new_txt.Text= Page_title[i];
 }


i'll be appreciated for Helping me.

Re: Change page header band text in Runtime

Posted: Wed Aug 11, 2021 9:25 pm
by HighAley
Hello,

You have a very specific issue.
Could you write us by email and we will try to find a solution for you.

Thank you.