Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - How to customize the row height in report control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to customize the row height in report control

 Post Reply Post Reply
Author
Message
Ahmed View Drop Down
Newbie
Newbie


Joined: 29 November 2014
Location: Egypt
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ahmed Quote  Post ReplyReply Direct Link To This Post Topic: How to customize the row height in report control
    Posted: 29 November 2014 at 5:18am
Hi everybody
I use the report control, I want to change the row height, so I used the following line 

CXTPReportControl::GetPaintManager()->SetFixedRowHeight(TRUE);

the row height became larger than what I wanted so I used the following

m_reportDetails.GetPaintManager()->m_nRowHeightDefault = 10;

nothing changed the height can't be changed. How can I change the height of row??
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.