Telerik Forums
Reporting Forum
1 answer
92 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
71 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
150 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
220 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
210 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
389 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
357 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
273 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
1 answer
208 views
Hi,
We have a dev license and have developed our app on a local machine (localhost).
We deploy the app to the QA server simply by copying to the server (yes we copy the Bin directory)
Everything works fine BUT on the QA server we get the "trial version" message.
What causes this?

Thank you,
Stan
Steve
Telerik team
 answered on 16 May 2012
5 answers
576 views
Hi..

Sir i have completed the subreports sucessfully with your co-operation..

Our project has to come to an end.,

Now i have doubt in change the format of date parameter which is passed thru the web form.,

if i want to convert the date format inside the stored function is easy one,. but here we want to convert the date formet of the parameter winch is passed from the web form..

Example

              Input :      01/01/2008  (thru web form)

              output :  01/01/2008 12:00:00 AM (in the report)

But i want to print as what is given i.e., 01/01/2008


By
S.Suriya
Peter
Telerik team
 answered on 15 May 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?