I have rdlc report loaded to the reportviewer. It works and looks great when set the display mode to normal, but when I clicked the print layout, the whole report including the header and footer just shrink to the top, left side (see attachment).
The setup I used on rdlc (using portrait layout):
-InteractiveSize and PageSize: 8.5in, 11in
-Margins: 0.5in, 0.5in, 0.5in, 0.5in
-Tablix Size: 7.5in, 0.825in
...
User Profile
Collapse
-
ReportViewer: Print Layout Error
-
In the worksheet, I have formula =IF($S2>=$T2,$S 2,NA()). It should be equivalent to null, but I don't know how to code it. -
I got my answer already. My problem now is to get the last two loop to show only data with value. I can't get that to work. The points is either come all out or none at all.
Here's my code:
...Code:'Set the Range A_GTRng = excelWS.Range("I2", excelWS.Range("I2").End(Excel.XlDirection.xlDown)) 'Read in the values of a range of cells A_GTArry = CType(A_GTRng.Value, System.Array)Leave a comment:
-
Looping the Array to be used in data point in Chart
I'm fairly new to VB.net, and I want to create a program that can display 3 different charts in one page. What I want is to open the Excel workbook with that have the data required. The program then read the data in the given range and store it as an array. After that, it will loop the array so that it can display each data point for the chart. I can get it to display the chart title. Other than that is nothing, just white blank screen. Where did...
No activity results to display
Show More
Leave a comment: