Skip Navigation LinksHome / Community & Support / Code Library / Telerik Reporting > General and Integration Projects > Unbound GroupHeader as PageHeader

Not answered Unbound GroupHeader as PageHeader

Feed from this thread
  • Posted on Oct 22, 2009 (permalink)

    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.
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / Telerik Reporting > General and Integration Projects > Unbound GroupHeader as PageHeader