Dynamic Report.
mohanaraj
600001
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.
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
Everything looks ok. Which error do you get?