Telerik Forums
Reporting Forum
1 answer
72 views
We are currently creating userdumps from our project while trying to debug a problem and seeing the following error when we generate PDFs.

Exception object: 0000000005a68790
Exception type: System.Resources.MissingManifestResourceException
Message: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Telerik.Reporting.XamlRendering.WpfReport.resources" was correctly embedded or linked into assembly "Telerik.Reporting" at compile time, or that all the satellite assemblies required are loadable and fully signed.


We're not using Xaml/WPF at all and all we have referenced is Telerik.Reporting.  Is there another assembly I should be adding so that this exception goes away?
Peter
Telerik team
 answered on 15 Aug 2011
14 answers
449 views
Hello

I have this report that has around 300 pages. Exporting it to CSV takes about 20 seconds and that's ok. But exporting it to PDF or simply displaying it takes around 2 minutes and this seems unacceptable for my client.

Is there any way to speed this up ?
Peter
Telerik team
 answered on 15 Aug 2011
3 answers
103 views
I have web app that customer wants an aspx page converted and saved to a folder, programmatically, without viewing converted pdf.  Is this possible with Telerik Reporting?  I know there are other third party controls out there that can do this, but I was hoping I could use Telerik control.


Thank you,
Bryan
Steve
Telerik team
 answered on 15 Aug 2011
6 answers
309 views
I was hoping to bind the presence or not of a grouping in my report to a dropdownlist/parameter of enabled/visibility??

Is this possible?
I have read the posts about looking at the Initializecomponent code, but am unsure of what to include from this??

perhaps if i wipe the grouping then have another look?

Is it possible to have this dropdown to select grouping within the report or would it be easier to implement external as an actionlink or some such??


Similarly I am unable to get multiple columns working in this report...I've read the documentation on ensuring there are no labels etc extending beyond column width

Anything else I should be looking at??
danparker276
Top achievements
Rank 2
 answered on 14 Aug 2011
1 answer
172 views
I show time values in Y Axis as second, but some times values can be big. For example 1000 second.
So this time not clear enough.
And than I want to show timespan values in Y axis with format like hh:mm:ss. How can I do this?   
I use Telerik Report Q2 2011

Thanks.
Peter
Telerik team
 answered on 12 Aug 2011
1 answer
77 views
Hi,

I am trying  to populate a bar chart Dynamically and have been successful so far. My only problem is that I'm not able to widen the lable's of the XAixs. 

I have tried the following code but without any success. (catList is the string array which contains the xaxis items, chart1 is the instance of the chart control )

            ChartAxisItem[] items = new ChartAxisItem[catList.Length];
            ChartAxisItem itm;
            chart1.PlotArea.XAxis.Appearance.TextAppearance.MaxLength = 100;
            for (int i = 0; i < catList.Length; i++)
            {
                itm = new ChartAxisItem(catList[i].Length > 20 ? catList[i].Substring(0, 20) : catList[i]);
                itm.Appearance.RotationAngle = 315f;
                itm.TextBlock.Appearance.MaxLength = 150;
                itm.TextBlock.Appearance.Dimensions.AutoSize = false;
                //itm.TextBlock.Appearance.Dimensions.Height = Telerik.Reporting.Charting.Styles.Unit.Pixel(25f);
                itm.TextBlock.Appearance.Dimensions.Width = Telerik.Reporting.Charting.Styles.Unit.Pixel(200f);
                chart1.PlotArea.XAxis.Items.Add(itm);
            }

I have also attached a screen print of the chart.


Thanks

Nishan

Steve
Telerik team
 answered on 12 Aug 2011
5 answers
100 views
I'm trying to recreate an old report in the Telerik Reporting environment.  I'm having trouble grasping exactly how to do this.  I think that I need to use a crosstab, but I'm unsure of how to set it up.  Here's what I need the report to print:


Page Header
-----------------
Job Code     Employee Name      Dept    
SUP               Dan P.                      10       
JAN                Karl S.                      10      

2 Employees in this Department.


(New Page)
Page Header
-----------------
Job Code     Employee Name      Dept    
SUP               John P.                      20        
JAN               Tony R.                      20        
JAN               Charles B.                  20        

3 Employees in this Department.



So I basically need to group by department.  I need to show the records for that department followed by a total count.  I want each group to display on a new page.  Does this make sense?  Is a crosstab the correct way to do this?
Steve
Telerik team
 answered on 12 Aug 2011
3 answers
2.4K+ views
Hello,
a simple question:
i have a sort of dashboard page where are shown  5 tables.
Each table has a datasource , each datasoure is the collection resulting by LINQ statements.

Let say one of this tables haas 2 columns. How i can get the sum of the values of a column and put the result at the fott of that column?

COL1    COL2
a            2
b            3
              5 =====> this is what i'am asking for 

thanks
Steve
Telerik team
 answered on 12 Aug 2011
2 answers
118 views
I'm using Telerik 5.0.11.510  and I'm unable to get Arial to appear bold on my font if the size is < 7.5pt.  Is there a fix I can get for this?
Shane
Top achievements
Rank 1
 answered on 12 Aug 2011
1 answer
150 views
Hi,

I have a report containing a subreport with figures that I want to subtotal on each page (for only the figure displayed on each individual page) and then I want a grand total for the subreport figures on the last page (all figures across all pages).

Currently I have the grand total working but unfotunately I cant find a way to do a subtotal per page. I basically need something like how the PageExec() works to allow me to sum up the data on that page, but obviously subreports dont have a page footer so this doesn't work. I have tried the Exec() but I can't set the scope to only the data on the page. Maybe if there was a way for passing the Exec() a scope with just the data on display on the page this would work but I guess the PageExec() was built to do this but without subreports in mind.

Please can anyone help me with this problem?

Thanking you in advance
Peter
Telerik team
 answered on 12 Aug 2011
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?