LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem in Append Control Image to Report.vi

Hi to all,

       

 I try print XY graph using Append Control Image to Report.vi. Print is coming good . 

  

 But the problem is the image's size is not big this is showing too small. I need to fit the A4  paper size. 

 

 One more question is I created one application for print this XY graph. And run Normal PC and also 7" tablet .

 

 Here I got two different output images. When I used Normal PC the graph size is Bigger than Tablet output how it is possible . I attached my both output  PFA.

 

  My question is how can I resized graph size in the output. Is there any option available to do this work?

 

 and  Why image size is automatically resized depend on system.

 

Please any one help me.

 

Thanks 

Arunkumar M

India

Download All
0 Kudos
Message 1 of 3
(3,158 Views)
The basic problem is that the method you reference does exactly what it says: it grabs an image of the control. As such it doesn't rescale or resize the image

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(3,150 Views)
Oops... I was going to say, what you see is what you get. If the report VI doesn't have an input for rescaling, there are two things to try. First, look inside that VI. Sometimes there are properties that the standard VIs don't expose.

Second, there are PDF printer drivers that will automatically rescale an image to fit an entire page. You could use that to print your graph and then include the PDF it generates as part of your report.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(3,147 Views)