|
-
Dec 14th, 2001, 06:28 AM
#1
rptLine control in DataReport
Is there any solution for adding line object (rptLine control) with equivalent of CanGrow property in the user reports which are created with DataReport ?
-
Dec 14th, 2001, 06:57 AM
#2
Bouncy Member
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...
-
Dec 14th, 2001, 06:58 AM
#3
Bouncy Member
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|