CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    252

    Font Size/Type and Size in Paper RDLC+ReportViewver+VB2005

    Whats the font size real meaning?

    since when i use Arial font size 10 in the report its gonna take different space than the textbox im using (Both using exactly same font type/size/unit)

    its kinda if i set 10 milimiters to the font size why would the i and M for example have so diferent size.

    i wish it was like in the Notepad where all the letters take the same space.

    what i need its to give a certain texbox(in the report) with auto grow to have always the same lines of height

    but its not posible to calculate it from vb b4 being inputed to the report.

    Any Idea to fix this?

    Thx In Advance

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Font Size/Type and Size in Paper RDLC+ReportViewver+VB2005

    Those are PROPORTIONAL SPACE'd fonts. You need COURIER, or other SYSTEM like fonts
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured