Hello,
I have several lines (the exact amount will be determined at runtime), each with a different Y axis (but a shared X axis), that I would like to display on the same chart. The X axis should be in date/time format while all of the Y axes should consist of integers. The Y axes should alternate between the left & right sides of the chart. If possible, I'd like all of these to come from a single datasource (a datatable) and be grouped into lines based on a column. I also need the axes to either have labels or colors to distinguish which one goes with which line.
I have no idea how to approach this - I couldn't find much documentation on it and the forum threads that I looked at were quite old. I watched the tutorial here and read the documentation here but I would like to generate all of this at runtime if possible. If what I'm asking is possible, could someone provide me with a sample project or some sample code?
Thank you!
Is there an easy way to set the x-axis label interval in Telerik Reporting graph?
See attached images for the graph properties and sample graph in the Visual Studio 2013.
I want to set the x-axis label interval to display every 5 years as shown on the attached sample graph.
Thanks
I'm receiving a http timeout on the ReportViewer, the underlying SP runs for 8+ minutes and I'm getting the error at about 7 minutes.
The timeout on ado.net is set to infinity (0) and the timeout on the scriptmanager is set to 30 minutes, the timeout is not occurring on the site but within the Viewer as the message is displayed withing the viewer canvas.
I don't know what timeout is timing-out
ThanksHello everyone,
I'm new to Telerik Reports and I'm experiencing some problems with some html tags.
I'm using Kendo UI MVC controls to insert text into my database.
My problems start when I generate the telerik reports as well as exporting them to pdf or excel.
1) First problem, apparently the html tags are not render properly and I get markup tags into the report.
2) Second problem, If I have a "newline" using bold or underline I get an error in the report and exported file.
I've attached a small print screen from the exported pdf.
Thank you.
Adrian
I have a report that prints up to 8 images per page. There is an image description overlayed over each image. The description comes from the data, and if I export directly to PDF, still appears. If I export to Word, however, the description is gone.
Is there a way to get the text into the Word export? There are reasons the user may need to export to Word instead of PDF.
I was previously using Telerik reporting on a project. The version I have is Q2 2014 SP1. The designer opens fine in Visual Studio 2013, but I get the following exception in Visual Studio 2015 when opening the report in the designer. I'm guessing the solution is going to be to upgrade to the latest version of Telerik reporting. I just need to do some minor maintenance, so if possible I'd like to avoid that. Thanks!
at System.ComponentModel.TypeDescriptor.AddAttributes(Object instance, <
br
>Attribute[] attributes)<
br
>at <
br
>Microsoft.VisualStudio.Design.VSDesignSurface.CreateDesigner(IComponent <
br
>component, Boolean rootDesigner)<
br
>at <
br
>System.ComponentModel.Design.DesignerHost.AddToContainerPostProcess(IComponent <
br
>component, String name, IContainer containerToAddTo)<
br
>at <
br
>System.ComponentModel.Design.DesignerHost.PerformAdd(IComponent component, <
br
>String name)<
br
>at <
br
>System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.CreateComponent(Type <
br
>componentType, String name)<
br
>at <
br
>System.ComponentModel.Design.Serialization.DesignerSerializationManager.CreateInstance(Type <
br
>type, ICollection arguments, String name, Boolean addToContainer)<
br
>at <
br
>System.ComponentModel.Design.Serialization.DesignerSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(Type <
br
>type, ICollection arguments, String name, Boolean addToContainer)<
br
>at <
br
>System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager <
br
>manager, CodeTypeDeclaration declaration)<
br
>at <
br
>System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager <
br
>manager)<
br
>at <
br
>Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager <
br
>serializationManager)<
br
>at <
br
>Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 <
br
>fReload)