Telerik Forums
Reporting Forum
1 answer
107 views
There are basically 2 ways to display a grouping.  In a report, you can display it with the group titles in their own row like this:

Group 1
    XXXXXXX   XXXXXXX   XXXXXXX
    XXXXXXX   XXXXXXX   XXXXXXX
Group 2
    XXXXXXX   XXXXXXX   XXXXXXX

In a crosstab, you can display it with the group titles as a column. Like this:
Group 1     XXXXXXXX   XXXXXXXX   XXXXXXXX
                  XXXXXXXX   XXXXXXXX   XXXXXXXX
Group 2     XXXXXXXX   XXXXXXXX   XXXXXXXX

Is there a way to do both in the same report?
i.e.

Grouping 1
      SubGroup 1     XXXXXXXX   XXXXXXXX   XXXXXXXX
                              XXXXXXXX   XXXXXXXX   XXXXXXXX
      SubGroup 2     XXXXXXXX   XXXXXXXX   XXXXXXXX
                              XXXXXXXX   XXXXXXXX   XXXXXXXX
Grouping 2
      SubGroup 1     XXXXXXXX   XXXXXXXX   XXXXXXXX
                              XXXXXXXX XXXXXXXX XXXXXXXX
      SubGroup 2     XXXXXXXX   XXXXXXXX   XXXXXXXX


I can't seem to find a way to do this with a crosstab or with the report group explorer.
Thanks,
Justin
Hadib Ahmabi
Top achievements
Rank 1
 answered on 29 Feb 2012
1 answer
208 views
Hello,

I have a grid list which I have checkboxes to select the rows.
My report have data that I need to bring from database.
Today, we have a button/link that sends the IDs of the rows as parameters and then it's displayed the ReportViewer in another screen.

We want to make this button to print the report automatically without displaying the ReportViewer.

Thanks,
Ezequiel



IvanY
Telerik team
 answered on 29 Feb 2012
1 answer
87 views
When trying to print a report (also occurs on demo site: http://demos.telerik.com/reporting/invoice-report/demo.aspx) in IE 7 browser, the user is prompted to save the PDF instead of being presented with the printer object window.


See screen shot attached - prompts user to save pdf file instead of printing.
Thanks,
Mike
Steve
Telerik team
 answered on 29 Feb 2012
2 answers
77 views
Same as http://www.telerik.com/community/forums/reporting/telerik-reporting/error-adding-new-telerik-report-to-solution.aspx 

But I was in the VS2012 website project.

Do you have the "Telerik_Reporting_Q1_2012.zip" for web?

Thanks a lot! 
bin zhu
Top achievements
Rank 1
 answered on 29 Feb 2012
3 answers
127 views
I've got a Lightswitch app that consumes a report from our IIS hosted Telerik reporting WCF service, and it was working fine on 2011 Q3. I'm trying to update it to Q1 2012 and now I'm getting the following error:

The property 'Theme' does not exist on the type 'ReportViewer' in the XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.

What causes this?

Thanks
Steve
Telerik team
 answered on 28 Feb 2012
0 answers
227 views

Hi, 

I need to convert a string ('QReporting.Projects.Cy.ByStartDateAndEndDate.MyReport') to a report object. I mean, I need to create an instance similar to:

//reportViewr.Visible = true;
            ReportViewr1.Report = new QReporting.Projects.Cy.ByStartDateAndEndDate.MyReport();
            Telerik.Reporting.Report report = (Telerik.Reporting.Report)ReportViewr1.Report;

So, I'm trying to convert the string to object using the following code:

ReportViewer1.Report = ((ReportViewer)Enum.Parse(typeof(ReportViewer), "QReporting.Projects.Cy.ByStartDateAndEndDate.MyReport", true)).Report;
            Telerik.Reporting.Report report = (Telerik.Reporting.Report)ReportViewer1.Report;


But I'm getting an error:
Exception Details: System.ArgumentException: Type provided must be an Enum.
Parameter name: enumType

Please, I need your help solving the above issue

 

Regards,

Bader

Bader
Top achievements
Rank 1
 asked on 28 Feb 2012
0 answers
79 views
Hi;

I have used Telerik Charts and Telerik Tables to display reports in SharePoint 2010 using Telerik Report Viewer and it works fine there.
Now I want to migrate the same thing to MOSS but I am facing problems in that.. 

I have taken Class Library solution to deploy the reports. All the reports are deployed as individual web parts and i have done all the web.config changes required.
The page does not give any error but none web-parts(reports) are visible on the page.


Can you please suggest some solution or are there some other changes that I am missing to make it work in MOSS as well.

Thanks in advance!!
User
Top achievements
Rank 1
 asked on 28 Feb 2012
3 answers
209 views
Hello,

I want to allow the user to use the Telerik's RadGridView control to query a list of objects using the control's filters. I then want to send the user filtered list to a Telerik report. What would be the best way to achieve this?

Thank you,

Ricky
Hadib Ahmabi
Top achievements
Rank 1
 answered on 28 Feb 2012
1 answer
127 views
Can someone explains how to work with bookmarks in telerik. I wanna fill table with data or textbox with data, I know that you can do that with setting a Bookmark ID - place bookmark and than programmatic add value for it. I did n find proper explanation for how to use bookmarks so if anyone can help me and explain a usage of Bookmarks will really help me!

Thanks for response

Jani
Hadib Ahmabi
Top achievements
Rank 1
 answered on 28 Feb 2012
1 answer
101 views
Hi Sir,

We recently installed Telerik_Reporting_Q1_2012_v6_0_12_215_Dev and RadControls_for_WPF_2012_1_0215_Dev in our system when i am trying to add reporting template its getting error like "object reference not set to an instance of object" i attached screen shots please check it out..


system specifications :visual studio 2008 professional , .Net Framework 3.5 sp1
os: windows XP professional  2002 service pack 2,VB.Net
sql server 2008.



Thanking you ..
Steve
Telerik team
 answered on 28 Feb 2012
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?