Results 1 to 3 of 3

Thread: rptLine control in DataReport

  1. #1
    PiotrekR
    Guest

    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 ?

  2. #2
    Bouncy Member darre1's Avatar
    Join Date
    May 2001
    Location
    Peterborough, UK
    Posts
    3,828
    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...
    Confucious say, "Man standing naked in biscuit barrel not necessarily ****ing crackers."

    Don't forget to format your code in your posts

  3. #3
    Bouncy Member darre1's Avatar
    Join Date
    May 2001
    Location
    Peterborough, UK
    Posts
    3,828
    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!
    Confucious say, "Man standing naked in biscuit barrel not necessarily ****ing crackers."

    Don't forget to format your code in your posts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width