Ticket Q279777
Visible to All Users

Implementing Page totals

created 14 years ago

Hi,
I want to create a report with page header/footer, group header/footer bands.But I've some problems. I've attached a sample report.
1.I don't want to print page header with group header. I solved this problem by writing a script.
And also I don't want to print page footer when group footer is printed. I wrote a script but it doesn't working.
2.In the report I want to show running totals on bottom of page and total of previous page on top of the next page. I placed a label with RunningSum summary function. when SummaryCalculated event is fired I get the value and set the value for the label which is placed on page header. It works well when there is only one group . But I want to calculate Pagetotals for each group.
Regards, Ozge.

Show previous comments (8)
Alessandro (DevExpress Support) 14 years ago

    Hello Ozge,
    Thank you for your patience. I have managed to update the sample project to demonstrate how to implement page totals in the manner you described.
    Unfortunately, there is no standard method to accomplish this task. At that point, I used the low level bricks iteration approach. To learn more about this approach, see the How to insert page numbers for groups example (prior to version v2009 vol 2). I hope you will find this information helpful.
    Thanks,
    Alessandro.

      Hello Alessandro,
      I checked the attached sample project. that is the result I expected to see. I will try to adapt the solution to my project.
      thank you for help.
      Ozge.

      Alessandro (DevExpress Support) 14 years ago

        Ozge,
        I am very glad to hear that my assistance was helpful. Thank you for letting us know the result. Please feel free to contact us if you have further difficulties. We will be happy to assist you.
        Thanks,
        Alessandro.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.