Unbound GroupHeader as PageHeader

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 22 Oct 2009 Link to this post

    Requirements

    RadControls version

    2.0+
    .NET version

    2.0+
    Visual Studio version

    VS2005
    programming language C#
    To convert code

    Telerik online converter  


    PROJECT DESCRIPTION
    Page sections (header and footer) are not related to the report itself, but are relative to the margins of the report's media, i.e. to the paper or screen. Thus when you have subreports, their page sections are ignored. In such cases when you need to show some data in a separate section acting as a page header, you can create an unbound group (no grouping criteria) which would be the most outer one and use its GroupHeader section for this purpose. Note however that you would not be able to use PageCount and PageNumber global objects into the GroupHeader/Footer sections as they are available only in the real page sections (PageHeader and PageFooter).

    A sample project showing the functionality at hand is attached to this thread.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.