Print Page | Close Window

Report Control Font

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=11490
Printed Date: 09 May 2024 at 11:13pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control Font
Posted By: AbhishekGoenka
Subject: Report Control Font
Date Posted: 18 July 2008 at 9:25pm
HI

I want to change the font of the Report Control

and also want to change the Default text "There are no Item to show"

I am using ReportControl Version 11.2.2



Replies:
Posted By: jpbro
Date Posted: 18 July 2008 at 10:26pm
Everything you need is in the PaintManager object of the RC. So:


   With Me.ReportControl1
      Set .PaintManager.TextFont = ' StdFont Object, or set individual properties of the TextFont object.
      Set .PaintManager.CaptionFont = ' StdFont Object, or set individual properties of the CaptionFont object
      .PaintManager.NoItemsText = "Some Text"
   End With


NOTE: I just remembered you are using 11.2.2...These are definitely available in 12.0.1, not sure about 11.2.2


-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net