Current filter:
          You should refresh the page.
          Not Logged In

          Printing - Report lines start from a page that comes after the heading's page

          0
            • Hi Support Team,

              I have four pages report when I preview the report I found heading in one page and all report lines start second page I am using are the following code in pivotgrid.

                  // Check whether the PivotGridControl can be previewed.
                  if (!pivotGrid.IsPrintingAvailable) {
                      MessageBox.Show("The 'DevExpress.XtraPrinting.v7.2.dll' is not found", "Error");
                      return;
                  }

                  // Open the Preview window.
                  pivotGrid.ShowPrintPreview();

              Thanks in Advance

          0

          Hi Shaikh,

          Unfortunately, the information you provided is not enough to reproduce this issue. Please provide us with a sample project reproducing it.

          Thanks,
          Michael.

          0

          Hi Michael,

          Please find attached picture for my pivotgrid report only first page contain heading without any report lines, second and onward pages has report lines but heading is not available. I am looking report display heading for all pages start from page 1 and onward.

          Thanks,

          PivotGridReport.jpg
          0

          Hi Shaikh,

          I can't reproduce this issue in version 7.2. It appears that you are referring to version 8.1. This seems to be a bug in PivotGrid. We'll research this problem further and try to resolve it as soon as possible.

          Sample projects for versions 7.2, 7.3 and 8.1 are attached.

          Thanks,
          Michael.

          Q31090.zip
          0

          Hello, Shaikh

          We have fixed this bug. To display a heading for all pages set the PivotGridControl.OptionsPrint.PrintHeadersOnEveryPage property to true.

          Thanks,
          Alex.

          You must  log in  or  register  to leave an answer