Telerik Forums
Reporting Forum
3 answers
178 views

Hi

I have an issue whereby I have a pie chart and although I have set the LegendDisplayMode to ItemLabels on the Series Appearance properties window the legend always shows the series label instead.

This issue had previously raised by someone else in the post below, the poster described the issue well and although he never got an answer did manage to find a workaround himself using the databinding event

http://www.telerik.com/community/forums/reporting/telerik-reporting/legenddisplaymode-itemlabels-is-not-working-in-preview-mode-and-designer.aspx 

If you can see something obvious that I am missing on doing can you give me a hint or if his fix is known then how did he manage to do it?

Dwight
Top achievements
Rank 1
 answered on 17 May 2012
1 answer
156 views
I have created a sample report with page margins of 1.5cm all around. 
The asp.net report viewer displays the report with no problems. When I choose to export to PDF however the page margins are ignored and defaulted Back to 2.5cm which results in the report being too wide and spilling into the next page.
Is there a way to set the page settings in the report viewer OR alternatively set the defaults as a margin of 2.5cm means a very squashed report and a lot of wasted space.
IvanY
Telerik team
 answered on 17 May 2012
1 answer
66 views

Hi,

We are using the custom Palette in our application along with the line chart for the every series discrimination. is it possible to change the shape of the points marks in a line chart , so that we get a different appearance, in respect with color and shape ,for every series. For example we could have a star,diamond,triangle etc. instead of a circle. if so, how is this achieved ? Please provide us the solution urgently as this is very important for us.

Thanks in advance.

Thanks,

Elian
Telerik team
 answered on 17 May 2012
0 answers
54 views
Hello 
 please found the attached file am clearly explained in that,please help me
thanks
raja
Raja
Top achievements
Rank 1
 asked on 17 May 2012
1 answer
120 views
Hello,
I have attached image,I have clearly mentioned in that please find it and help please.
thanks
raja


 
Steve
Telerik team
 answered on 17 May 2012
1 answer
199 views
Hello,
 .In my application am using telerik piechart.After executing piechart appears with background panel like rectangular edges.So i want to remove it.So that piechart background will be clean. Please help me
raja
Steve
Telerik team
 answered on 17 May 2012
4 answers
181 views
Hi,

I have been working through the documentation, tutorials, and demos for the past day and I am running into problems with setting up a pie chart.  I have databound the chart, and want the Legend labels to match the column name that I specified with the DataLabels property.  After looking through the Product Line Sales example code, I discovered that this could be done by setting the LegendDisplayMode to ItemLabels on the Series Appearance properties window.  

When I set LegendDisplayMode to ItemLabels, the designer appears to update like I expect - the Series name is replaced with a list (Item 1, Item 2, etc. see image 1 that I have attached). However, when I preview the report, the legend has reverted back to showing the Series name.  Why is this happening?  In addition, if I close the report and re-open, the designer displays the series name again (see image 2).  

I have looked at the designer-generated code in the code-behind, and the LegendDisplayMode is still set to ItemLabels (image 3).   What is happening?  Am I overlooking a property?  This should be very simple, and it appears to work perfectly in the Product Line Sales example!

Thanks, 

Rob
Steve
Telerik team
 answered on 17 May 2012
1 answer
311 views
Scenario:  ASP.NET 4.0 where report is passed to report viewer in a separate page.
When certain parameters are applied to the data, column headers in the page header disappear entirely, or appear to be partially obscured (text is cut-off vertically).  The column headers are in the page header -- I want them to appear on every page.

Attached is a view of the "normal" report vs. the filtered report where column headers disappear.  I don't have a view of the obscured header available at the moment.

There is no code that modifies the report.  This is just the report acting differently with different data. 

What's happening?  Is this a known bug?  Are there any ways to eliminate or reduce the likelihood?
Steve
Telerik team
 answered on 17 May 2012
2 answers
327 views
Hi, I am developing a mvc3 razor app where i am using telerik report. Look at the below program , when i run my app in local pc it works fine. but when i upload the site in the server it shows following error:
Telerik.Reporting.Processing.RendererNotAvailableException: pdf rendering format is not available.

I added Telerik.Reporting.dll into my app including bin folder.

 public ActionResult Rpt()
        {

            DataSet1 ds = new DataSet1();

            ds.DataTable1.Rows.Add("Imran""Milibagh");
            ds.DataTable1.Rows.Add("Sahk""Mouchak");
            ds.DataTable1.Rows.Add("Mohammad""Gulshan");
            ds.DataTable1.Rows.Add("Rana""Bogura");

            Report1 rp = new Report1();

            rp.DataSource = ds;


            ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();
            RenderingResult renderingResult = reportProcessor.RenderReport("pdf", rp, null);

            MemoryStream ms = new MemoryStream();
            ms.Write(renderingResult.DocumentBytes, 0, renderingResult.DocumentBytes.Length);
            ms.Flush();

            FileContentResult result = new FileContentResult(ms.GetBuffer(), renderingResult.MimeType);
            result.FileDownloadName = "a.pdf";            

            return View();
        }
shak
Top achievements
Rank 1
 answered on 17 May 2012
2 answers
237 views
Hi,
I am only able to move textboxes in the report designer by selecting them and moving the arrow keys (which is very tedious).  If i try to drag the textbox to the desired location using my mouse it doesn't work.  I have reopened visual studio several times and tried the same thing in reports I have designed in the past, still no luck..  Any ideas on what would cause this?  I am using version: Q1 2012, thanks in advance for any help!
Chrissy
Top achievements
Rank 1
 answered on 16 May 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?