Chart Print Preview |
Post Reply |
Author | |
SHAN
Groupie Joined: 17 July 2010 Location: Dubai Status: Offline Points: 73 |
Post Options
Thanks(0)
Posted: 17 October 2010 at 2:11am |
Hi,
How to set the chart print preview to Command bars control Print Preview...? Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows 7 Professional Language: Visual Basic 6.0 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Call CreatePrintView method (same way as Report and Calendar)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
SHAN
Groupie Joined: 17 July 2010 Location: Dubai Status: Offline Points: 73 |
Post Options
Thanks(0)
|
Hi Oleg,
I want to see the Chart Print preview in Print preview Control. For Example in report control we have a method like this ReportControl1.PrintPreview True for more options for print I can use the Below Code for Report Control ------------------------------------------------------------------------ With ReportControl1.PrintOptions .Landscape = True .MarginTop = 800 .RepeatHeaderRows = True With .Header .Clear .FormatString = "UPCSOFT" & vbCrLf & _ "&bProduct List" & _ "&bPage &p of &P " End With With .Footer .Clear .FormatString = "Printed at: &D &T" & vbCrLf & "Printed by:" & Module1.userid & "" & _ "&b" & _ "&bUPC DUBAI" End With End With ------------------------------------------------------------------------------------- Similar way i want to set some print options for chart & Preview in Control before print....! Is that possible.....? If so How to do that for chartControl... Please give some tips / Code.....! Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows 7 Professional Language: Visual Basic 6.0 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
SHAN
Groupie Joined: 17 July 2010 Location: Dubai Status: Offline Points: 73 |
Post Options
Thanks(0)
|
Hi oleg,
Thanks for your Sample....! It works.... ! But only for 2D Charts...! For 3D Charts it shows Blank Print preview(Pie 3D Style,Torus 3D Style,Exploded View) Why? Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows 7 Professional Language: Visual Basic 6.0 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |