TextObject.Text value is set by Designer

edited 4:40AM in FastReport .NET
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.

Comments

  • edited 4:40AM
    Hello,

    I need to look at your report. Please attach it here or send to tz@fast-report.com
  • edited January 2010
    Hi Alex,
    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]

Leave a Comment