CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Question Can't Print Fields or Formulas in Report/Page Footer

    If i put a field or a formula in report or page footer it wont print. I'm using asp.net with vs 2008. If I place a text object or a summary it prints. How can i print a formula in report footer?. It's strange because in the report preview i can view it, but in the report viewer cant.

  2. #2
    Join Date
    Dec 2009
    Posts
    2

    Re: Can't Print Fields or Formulas in Report/Page Footer

    i´ve been doing some tests, and i figured out that the problem is that i linked the report with a database view, anda when i pass the data table from .net the fields in the footer doesn't bind correctly. If i use sqldatasource with the reportviewer, it shows ok. How can i fix this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured