TextObject.Text value is set by Designer
Hello,
I set TextObjext.Text value ReportTitleBeforePrint, when I preview report in Fast Report Designer,
TextObject.Text design time value set what I set in ReportTitleBeforePrint by Fast Report Designer.
When the report is previewed in a project, If TextObject.Text value is not set conditionally, TextObject.Text have a value which was set at design time.
Thanks in advance.
I set TextObjext.Text value ReportTitleBeforePrint, when I preview report in Fast Report Designer,
TextObject.Text design time value set what I set in ReportTitleBeforePrint by Fast Report Designer.
When the report is previewed in a project, If TextObject.Text value is not set conditionally, TextObject.Text have a value which was set at design time.
Thanks in advance.
Comments
I need to look at your report. Please attach it here or send to tz@fast-report.com
I am so sorry. it is my fault.
I solved it, when I was preparing an example report. [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> //if (report.Prepare()) I comment this line and problem solved. report.Design(modal);[/img]