Telerik Forums
Reporting Forum
1 answer
84 views
Hello, I'm trying to load small reports into a larger report. However the full report has lots of whitespace that shouldn't be there.

This base report has our company logo and some other information.

Is my logic wrong for adding reports to a base report?

           private void LoadReports(List<Report> reports)
        {
            foreach ( Report report in reports ) {
 
                if ( report != null ) {
 
                    SubReport sr = new SubReport();
                    sr.ReportSource = report;
                    this.detail.Items.Add(sr);
                }
            }
        }

I've checked the small reports, and each one only takes up their correct amount of space. I checked it by making the background color different from the main report.

Thanks in advance for any advice/help.
Peter
Telerik team
 answered on 12 Jul 2010
0 answers
78 views
Curious what the best practice would be for this situation.

I have a report I am building with about 700 groups.  Each group has approx 75 detail rows.  I am passing a datatable to the report as the datasource.  The datatable has 21 columns and approx 50000 rows.  The report works great excluding the problem below.

In the group header section there is a long string of text (varchar(max)) which serves as the description for the group.  It seems the "best way" is to return that description iteratively for each row as a column in the datatable.  This is of course quite inefficient on several levels.

What would be the best practice to have the items that display only in the group header portion only sent once, not 75 times, in this instance?

Thanks.

-Joel
Joel
Top achievements
Rank 2
 asked on 10 Jul 2010
8 answers
210 views
Hi, telerik! 
    I have silverlight application, wich use Telerik Silverlight  ReportViewer. raise an error:
" Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at Telerik.Reporting.Service.SilverlightClient.ListRenderingExtensionsEventArgs.get_Extensions()
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnListRenderingExtensionsCompleted(Object sender, ListRenderingExtensionsEventArgs e)
   at Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnListRenderingExtensionsCompleted(Object state)
"
Can you help me , please, with this question!
Rushikesh
Top achievements
Rank 1
 answered on 09 Jul 2010
1 answer
51 views
I have a report with a drop-down list param that has two options, "Summary" and "Detailed".  It loads into Detailed view by default and works fine then.  If I switch it to Summary view it also works fine.  BUT if I switch it back to Detailed, then it stays in summary view no matter what.  It looks like the issue is basically that if a parameter value is selected for a second time, then it doesn't load a new report for that new parameter change.  I create the parameter programmatically in the constructor.  Anyone know what may be going on?
Steve
Telerik team
 answered on 09 Jul 2010
0 answers
65 views
Hi,

I am trying to use Telerik Reports with my Silverlight 4 application and have a few questions.

1. I have a MultiValue parameter and when I select values at runtime, it displays a list of values instead of names.  It works in design mode.

2. How can I format the parameter controls?  I want to change the width of the controls.

3. I have 2 parameters that are dependent lists (like the Country - State/Province scenario).  I have added to each of these lists a member that says "(All)" and has a value of 0, so the user can have a report showing all the values.  I have filtered the second list to equal the Id of the first list as you described in your Cascading example but I need the "(All)" to be always available.  I could do this if the Filters had an OR option but I can only see AND.  What I am trying to achieve is the user could choose: (All countries and all States/Provinces), or (Australia and all States), or (Australia and Victoria).  How can I achieve this?

Please help me with the above questions.

Thanks
Lance
Top achievements
Rank 1
 asked on 09 Jul 2010
2 answers
108 views
When I try add a textbox to report in silverlight, and the try export it to pdf I get an error: look attached file. There save dialog appear with strange error. 
P.S.: Silverlight 4, Windows Server 2008, IIS7
Siddharth Macwan
Top achievements
Rank 1
 answered on 08 Jul 2010
1 answer
86 views

I have the following problem:

As it is recommended in the documentation I created a separate Class Library for the reporting scripts. Can you tell me if (and how) I can use App_GlobalResouces in the reports?

Thanks

Steve
Telerik team
 answered on 08 Jul 2010
0 answers
100 views
I BUILD THE TELERIC REPORTS USING
  1. Telerik.Reporting.dll 
  2. VERSION 4.0.10.423,
RUN the telerik Report in a new machine
after Build Project. (Run exe File)


PLEASE HELP








 a attach the Error.
Shanka
Top achievements
Rank 1
 asked on 08 Jul 2010
1 answer
258 views
The Telerik reporting tool does not seem to work with Visual Studio 2010. I am just getting into reporting, so I could be wrong. If I open Visual Studio 2008 and create a new wpf project, then add a Telerik Report, everything works fine and the wizard starts. If I open Visual Studio 2010 and create a new wpf project, then add a Telerik Report,  I receive an error stating "Could not find Telerik.Reporting. Report. If I go in and manually add the reference, then rebuild the application, 10 new errors appear, all in the designer. I've tried to iron out the issues, but no luck. Any advice? I'd really hate to have to back the project down to an older version to be able to use the Telerik reporting tools. Also, I did check for updates on the report controls, but no help there either.

Thanks in advance
Peter
Telerik team
 answered on 07 Jul 2010
4 answers
129 views
Hello all,
 i want to example code for reporting from beginning
Peter
Telerik team
 answered on 07 Jul 2010
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?