Telerik Forums
Reporting Forum
1 answer
69 views

Hi,

i'm struggling for two days with this issue...i will explain my situation, i have a subreport inside a main report and programmatically i set the DataSource (code behind with Visual Studio), however the main report displays correctly the fields (and then it correctly takes the DataSource) the problem it's the subreport, it seems that it takes the DataSource (i haven't any error that told me that the fields don't exist) but they are blank....for example on the main report i have in a textbox "Fields.Name" and it's correctly displayed while on the subreport if i put Fields.Name i haven't any error but the textbox is blank.

Of course i work with business objects the example of the Fields it's to let you understand my issue....i tried to bind the DataSource property on subreport with ReportItem.DataObject (like here http://www.telerik.com/forums/how-to-bind-the-datasource-of-a-subreport-in-the-designer#nSbLMCJKXUmyRhU4w5mi7g)  but the issue is the same...the fields are blank...i wish that someone can help me.

Thanks in advance

 

Nasko
Telerik team
 answered on 26 May 2015
4 answers
240 views
If I want to display a string (including number and character(ar or fa)) ) or only a number , settings of "Regional settings" of windows(xp for me) does not effect on displaying of the numbers and I see only english numbers (in two cases). I want to see the numbers in arabic or farsi or other languages ( as we see in window app(s)).Is any way for solving this problem?
Ali
Top achievements
Rank 1
 answered on 23 May 2015
1 answer
53 views

Hi,

 How to print a telerik report directly on client machine in web browser on button click.

 

Stef
Telerik team
 answered on 22 May 2015
3 answers
265 views
I'm having an issue creating a basic bar chart at design-time.  I added a Report to my VB.NET Winforms project and added a Graph object to the Report.  I set a SQLDataSource which is a simple table that can be seen in the attachment.  I created an example bar chart in Excel with the data very easily, but can't figure out for the life of me to do it using the Graph control.  I'm in my trail period looking to purchase a reporting product, but need to know how to do the basics before purchasing.

I'm having issues determining why I need to create CategoryGroups and SeriesGroups according to your documentation.  Seems logical I should just add Series and assign the X and Y properties.  Can someone please help me understand how to setup this basic bar chart?

Thanks,

Ryan
Stef
Telerik team
 answered on 22 May 2015
6 answers
118 views

We have a number of reports that are currently using the obsolete Chart object, which I am in process of moving to the new Graph object.  I have been unable to find an equivalent on the Graph object for the EmptyValue = Approximation setting in the Chart object.  Is there an equivalent setting that I've missed, or will I need to build my own approximation lines when a category has no value at a certain point?

 Thanks!

Stef
Telerik team
 answered on 21 May 2015
1 answer
675 views

Hi Telerik team,

I'm in need of older verison of Telerik Reporting, it's Q2 2014 SP1 version. I can't find it the download section.

Where can I get it, please advise?

 Thanks

Stef
Telerik team
 answered on 21 May 2015
3 answers
445 views
I'm currently working through the tutorials located here:
http://www.telerik.com/documents/TelerikReporting-LearningGuide.pdf


On page 25, when creating your report viewer, step 5 says to "Set the Report property from the drop down list.
All I see are 2 properties:

ServerReport
LocalReport

Have I missed a step somewhere?



Stef
Telerik team
 answered on 20 May 2015
1 answer
156 views

We have a report that is 6 columns. However we also need it to be 2 rows.

So it's 12 per page.

How can we do this?

http://screencast.com/t/VDyj7oS17CTF

 

thanks for any help :)

Stef
Telerik team
 answered on 20 May 2015
1 answer
864 views

I have a report where my columns coming from Stored Procedure are dynamically generated using Pivot
Now there are following points to be focused on:
1. Number of columns that will be generated is not fixed
2. Since columns are generated dynamically, they are not seen in data explorer
3. Name of dynamic columns keeps on changing
How do i display them on report

 

Please Guide

Stef
Telerik team
 answered on 20 May 2015
3 answers
596 views
1 page report with drill down.
Runs just fine locally. On the server I get:
​
[ExternalException (0x80004005): A generic error occurred in GDI+.]
   System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams) +811673
   Telerik.Reporting.Processing.Imaging.ImageUtils.ResolveImage(Image image) +200
   Telerik.Reporting.Processing.Imaging.ImageUtils.GetImageData(Object value) +63

[InvalidOperationException: Invalid image data.]
   Telerik.Reporting.Processing.Imaging.ImageUtils.GetImageData(Object value) +353
   Telerik.Reporting.Processing.Imaging.ImageContainer..ctor(Object value) +17
   Telerik.Reporting.Html5Rendering.Writers.Html.Element.CreateToggleAdorner(IAdornerAction adornerAction, IInteractiveItem item, ElementPageInfo pageInfo) +975
   Telerik.Reporting.Html5Rendering.JavaScriptActionsWriter.WriteAction(IAction action, XmlElement xmlElement, Func`1 getToggleVisibilityElement) +867
   Telerik.Reporting.Html5Rendering.Writers.Html.Element.Begin(LayoutElement element, ElementPageInfo pageInfo) +720
   Telerik.Reporting.Html5Rendering.Writers.Html.TextBox.Begin(LayoutElement element, ElementPageInfo pageInfo) +279
   Telerik.Reporting.Html5Rendering.Writers.Report.WriteStartElement(LayoutElement element, ElementPageInfo pageInfo) +208
   Telerik.Reporting.Paging.PageElementLayer.AddToPage(IPageHandler handler) +91
   Telerik.Reporting.Paging.PageElementManager.AddToPage(IPageHandler handler) +42
   Telerik.Reporting.Paging.PageCompositionBase.SendPhysicalPages() +66
   Telerik.Reporting.Paging.PageCompositionBase.OutputPage() +576
   Telerik.Reporting.Paging.PageCompositionBase.CreatePages() +564
   Telerik.Reporting.BaseRendering.RenderingExtensionBase.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback) +595
   Telerik.Reporting.Processing.ReportProcessor.RenderCore(ExtensionInfo extensionInfo, IList`1 reports, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback) +1348
   Telerik.ReportViewer.WebForms.ReportPageOperation.RenderReport(String format, IList`1 processingReports, Hashtable deviceInfo, IRenderingContext renderingContext) +100
   Telerik.ReportViewer.WebForms.ReportRenderOperation.PerformOperationOverride() +361
   Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) +218
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +913
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
Stef
Telerik team
 answered on 20 May 2015
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?