567af9955aecb6252885db007b199659a8669417
FAQ/resultant-columns-or-rows-expected-in-report.md
| ... | ... | @@ -0,0 +1,20 @@ |
| 1 | +#Why Don't I See the Number of Resultant Columns or Rows I Expect In My Report? |
|
| 2 | + |
|
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 5 | +##Settings that affect row results: |
|
| 6 | + |
|
| 7 | +- AdHocSettings.ChartLimit (default: **500**) limits the number of rows which can be used in charts. |
|
| 8 | +- AdHocSettings.PivotFieldLimit (default: **100**) limits the number of columns in pivot. |
|
| 9 | +- AdHocSettings.PreviewColumnLimit (default: **100**) limits the number of columns for report at all (has no effect for export) |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +##The number of rows not limited by settings, but it can depend on some things: |
|
| 13 | + |
|
| 14 | +- Results can be limited for the **whole report** within the ReportDesigner (**Fields tab; "Records" field**). |
|
| 15 | +- Results can be limited in **ReportDesigner preview** tab (by "Results" dropdown in menu) |
|
| 16 | + (``AdHocSettings.DefaultPreviewResults`` default is _100_ for 6.6 and _1000_ for lower versions) |
|
| 17 | +- Results can be limited in **ReportViewer** (by "Results" dropdown in Viewer toolbar) |
|
| 18 | + (``AdHocSettings.ReportViewerDefaultPreviewResults`` default is _100_ for 6.6 and _1000_ for lower versions) |
|
| 19 | + |
|
| 20 | +First in your search you should check the values at the "Results" dropdown in your ReportDesigner/ReportViewer. |
|
| ... | ... | \ No newline at end of file |