data report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charvi
    New Member
    • May 2007
    • 121

    data report

    Hi.
    How to get dark lines in datareport?
    Last edited by Killer42; Dec 17 '07, 05:53 AM.
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Place a Rectangular Shape and Set these properties:

    Height = 40
    BackColour =&H00000000&
    BackStyle =1 rptbkOpaque

    REgards
    Veena

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      Originally posted by QVeen72
      Hi,

      Place a Rectangular Shape and Set these properties:

      Height = 40
      BackColour =&H00000000&
      BackStyle =1 rptbkOpaque

      REgards
      Veena
      I did not know that Veena, thanks for coming to OP's aid. Also found right-clicking on the DataReport, choosing properties and inserting control helps get a line there if that's also an option OP might want to have a look at. I actually just figured it out and came on to add.

      Have a great week-end! Both of you, and nice to meet you:-)

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Originally posted by Dököll
        I did not know that Veena, thanks for coming to OP's aid. Also found right-clicking on the DataReport, choosing properties and inserting control helps get a line there if that's also an option OP might want to have a look at. I actually just figured it out and came on to add.
        Hi Dokoll,

        Charvi wanted a Dark Line.
        Of course there is a Line Control in DataReports, we can simply place that, but we cannot change the Thickness of the Line.
        That's the reason, i suggested to use a Rectangle Shape with reduced height, it looks like a Thick Line..

        Regards
        Veena

        Comment

        • creative1
          Contributor
          • Sep 2007
          • 274

          #5
          Another Tip of interest:
          If you need to place darkshade behind the report title or to draw a border of header row yo may try this;

          ... Extent the width of every label for each heading to join it to the next one
          .... For every label set following properties
          BackColor: A color of your choice
          BackStyle: rptBkOpaque
          It will create a nice and darker shaded line of header row.

          Sorry if you don't find it interesting.

          Peace

          Comment

          • Dököll
            Recognized Expert Top Contributor
            • Nov 2006
            • 2379

            #6
            Originally posted by QVeen72
            Hi Dokoll,

            Charvi wanted a Dark Line.
            Of course there is a Line Control in DataReports, we can simply place that, but we cannot change the Thickness of the Line.
            That's the reason, i suggested to use a Rectangle Shape with reduced height, it looks like a Thick Line..

            Regards
            Veena
            Inventive, Veena, good job:-)

            In a bit!

            Comment

            Working...