Dynamic Report.

mohanarajmohanaraj 600001
edited 7:04PM in FastReport .NET
Dear all,

I create a report dynamically from c#. In that i create the textobject and assign the text as below
txtBandDuration.Text = "[SecondsToHHmmss([BandDuration])]";

where
SecondsToHHmmss is the function name i wrote in the frx file's script area.
BandDuration - is the total.

when i call this function as above it will throw error.

How can i use the same function.

Regards

Mohanaraj.

Comments

  • edited 7:04PM
    Hello,

    Everything looks ok. Which error do you get?

Leave a Comment