LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change column width in table which was created using NIReport_ConvertCVITable" in a report

I want to print a table, then use NIReport_ConvertCVITable method to covert the table to a report table, but the columns width in report is not the same as the table's columns width in panel, how can I changed it?
0 Kudos
Message 1 of 3
(3,243 Views)
Hello

Try the NIReport_TableSetColWidth() function. Should do the trick.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 3
(3,243 Views)
When I tried this method which you told me, CVI post an error message like this " Not in table ". So, I have no alternative but use the method: NIReport_TableStart, then done, Thank you!
0 Kudos
Message 3 of 3
(3,243 Views)