Is there any solution for adding line object (rptLine control) with equivalent of CanGrow property in the user reports which are created with DataReport ?
Printable View
Is there any solution for adding line object (rptLine control) with equivalent of CanGrow property in the user reports which are created with DataReport ?
i think i know what you're talking about
try using the me.Sections.Item() collection and it's properties to access the height of the rptLine object during run-time. You might be able to alter it during the report resize event or something. i.e. Setting the height of the line to the same as the height of the section that it's it.
just an idea...:)
ooh, word of warning, DataReports aren't very "programmable" in my opinion. If you get a chance, try Crystal Reports, thats much more flexible.
I still use DataReports for simple stuff mind you!