Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > CrossTab with detail

Not answered CrossTab with detail

Feed from this thread
  • Cesar avatar

    Posted on Feb 1, 2012 (permalink)

    Hello Everybody

    Previously i had been working with Crystal reports, there for use the cross tab you must to put it in the page header, an advantage of this feature is that, besides use cross tab you can use the detail area to put the detail of the cross tab report. Currenly i migrate all reports to Telerik Reports, and is  a huge difference, but my customers are asking for the detail of the cross tab, but as in Telerik Reporting the cross tab must be in the detail area, i didnt find the way to do it, I try to make it creating a group and putting the Cross tab in the header of the group, and the textboxes in detail area, but now for each group appears the cross tab and after a few minutes say that the memory is out.


    Can anybody show me any way to fix this requirement pls, in the attachment you can find how i made in Crystal, the defintion and the result and in Telerik the defintion and the result


    Regards

    CM






    Reply

  • Steve Steve admin's avatar

    Posted on Feb 6, 2012 (permalink)

    Hi Cesar,

    Having a CrossTab (or any Data Item for that matter) in page section does not make sense in the context of Telerik Report, because:

    • page sections are processed after the report data has been processed
    • page sections cannot grow i.e. if your Table grows more than the size of the page section, it would be cut off.
    • as report data source is not available at the time page sections are processed, you cannot filter the table based on the report (main) data source.

    All these limitations, make the Table/CrossTab unusable for its original purpose. If your goal is to only use it as layout item, then you can achieve the same by aligning regular TextBox items to simulate tabular layout.

    The CrossTab is a Data Item which has its own data source, so you do not have to bind the report in order to get data in the CrossTab. If you have data for the report and wish to filter the CrossTab data based on the report data source, then you should apply a relevant filter. If you want to show the CrossTab only once, add it to a Report Header or GroupHeader of unbound group (no grouping criteria).

    Kind regards,
    Steve
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

  • Cesar avatar

    Posted on Feb 7, 2012 (permalink)

    Hello Steve


    Thanks for your clear answer, may you give me any suggest to get this behaivor or something similar


    Regards

    CM

    Reply

  • Steve Steve admin's avatar

    Posted on Feb 8, 2012 (permalink)

    Hi Cesar,

    We're not aware of your particular scenario, but if your goal is to have a header in tabular format, then you can achieve this by aligning regular TextBox items to simulate tabular layout.

    Regards,
    Steve
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > CrossTab with detail
Related resources for "CrossTab with detail"

Features  |  Documentation  |  Demos  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs  |  Whitepaper  ]