Exporting chart/pivotchart as image

bluestuck

New member
Local time
Today, 08:15
Joined
Apr 16, 2014
Messages
9
Hii everyone...

I have a form that have 9 subforms. every subform show pivotchart.
i was trying to export these chart using this code

Code:
Form_qCFA_Counter_RRC_Rei_IuB_Base.ChartSpace.exportpicture "D:\iubbase.jpg", "JPG"
Form_qCFA_Counter_RRC_Rei_Power_Base.ChartSpace.exportpicture "D:\Power.jpg", "JPG"
Form_qCFA_Counter_RRC_REJ_Code_Base.ChartSpace.exportpicture "D:\code.jpg", "JPG"
Form_qCFA_Counter_RRC_Rej_Other.ChartSpace.exportpicture "D:\other.jpg", "JPG"
Form_qCFA_Counter_Fail_CSPS_Code_Cong.ChartSpace.exportpicture "D:\codecong.jpg", "JPG"
Form_qCFA_Counter_due_to_ce_cong.ChartSpace.exportpicture "D:\cecong.jpg", "JPG"
its work but the image only show only 2 or 3 images, other chart only show nothing. is there something that i missed ? dose anyone know how to export all these chart (9 chart) as image without corrupting ?

any helps i really appreciate
 
Try exporting as a GIF and PNG. Also try specifying the dimensions of the chart using the remaining two parameters.
 
Try exporting as a GIF and PNG. Also try specifying the dimensions of the chart using the remaining two parameters.


Thanks my frend, it's really work, Perfectly
 

Users who are viewing this thread

Back
Top Bottom