Telerik Forums
Reporting Forum
3 answers
274 views
I have a simple Master/Detail type report that I'm trying to develop, however I'm running into a binding issues with relating the Detail to the Master. The only "advanced" part of this is that I am setting the datasource dynamically for the subreport and then creating a new InstanceReportSource. Could that possibly have something to do with it? Below is various screenshots of how I have everything setup and the results I'm getting. 

1) A simple texbox on the report to display the value of the field I'm pulling from the datasource (This works)
2) The Sub Report
3) The Parameters of the ReportSource for the subreport. There is a single StudentId parameter. This is set to the same field that is being displayed (Item 1)
4) The Report Parameters of the SubReport
5) The output of the SubReport when it is run. The Date column is setup to use the StudentId parameter (Item 4)
6) The code that is being used to set the DataSource for the SubReport

Any ideas or suggestions would be Greatly appreciated! Thanks in advance!

Robert Bross
Top achievements
Rank 1
 answered on 19 Jan 2015
2 answers
110 views
Hi,support team,

I'd  like to know how to achieve hierarchy in standalone report designer as below:

Employee1
  Employee1.1
      Employee1.1.2
        Employee1.1.2.1
     Employee1.1.3
Employee2
  Employee2.1

I saw a thread in this forum,but it's in Visual Studio. But we don't need any code.

Is it possible in standalone report designer?

Thanks a lot.

Hinata
Top achievements
Rank 1
 answered on 19 Jan 2015
2 answers
86 views
I like how with Kendo UI for MVC you have the option of placing the references dlls into lib/kendouimvc, so projects are not dependent on having the correct version installed (or having the telerik control panel installed on a build server), and when updates occur it will copy over everything and make sure you don't miss something. 

It would be nice to have an option in the upgrade wizard extension thingy to have a section for including telerik reporting and it will put the necessary dlls in your project the same way.

I can easily manually copy the files over, so this is just a pet peave thing, but it would be nice...
Hinata
Top achievements
Rank 1
 answered on 19 Jan 2015
16 answers
1.0K+ views
Hi Team, 

Issue : When I am trying to export to excel its getting request timeout error. 

Description :
Report viewer has 240 pages and it was loaded successfully and I can able to export PDF also. Only I am getting error when I am trying to export to Excel
and when I am trying to debug through source code its working fine. Only I am facing this issue in Production (Live).
we are using graph and table format as well. Please advise me to resolve this issue.


-
V S
Hinata
Top achievements
Rank 1
 answered on 16 Jan 2015
1 answer
540 views
Hey,

for our project we use some data to generate general reports about events happening. For this we have a master report containing header and footer and specific reports for various data. We are using a table to display our data and when trying to fill the table it tries to fit as many entries on one page as possible and this, however, leads the first page being almost empty with only the header and the title on it. The data that exists is displayed on the next page. Setting the property "KeepTogether" to false of the table lead to no results. It seems like the table checks if there is enough space to fit in all data available on a single page doesn't matter whether it's the first page or not and if so it adds it there. (See screenshots)

So my question is if there is a way to tell the table to insert the data without checking if it can be made fit on one page? 

Thanks in advance,
Alen
Peter
Telerik team
 answered on 16 Jan 2015
11 answers
426 views
Is it possible to capture a click event in a cell of a report Telerik?
Peter
Telerik team
 answered on 16 Jan 2015
1 answer
190 views
We have an application that uses both telerik winforms controls (Q2 2011) and telerik reporting (Q1 2011) that is deployed using ILMerge to create a single exe.  The application works fine in debug, release, and deployed VIA a setup program.  However, the exe created by ILMerge generates the following error when I try to render a report or display the report in the winforms report viewer:

System.ArgumentException: Extension of type 'Telerik.ReportConverter.ActiveReports.ActiveReportsConverter' does not have name specified.
   at Telerik.Reporting.Processing.ExtensionInfo.AssertValidName()

There doesn't seem to be any other issues as I have added "Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True" when the first form is initialized.

Does telerik reporting (any version) support ILMerge distribution? 

If so, I have added Telerik.ReportViewer.Winforms.dll and Telerik.Reporting.dll to our ILMerge script but are there any other dependent files for telerik reporting?
Nasko
Telerik team
 answered on 15 Jan 2015
3 answers
1.8K+ views
Hi,

I have a tabular report. I have two tables inside the report. one displays summary and another displays details. Both tables are poiting to different datasources.

Now I want to display one db field value from one of the dataset into header part. I have added new textbox but I am not able to see any fields to be added into textbox in the expression window.

I have identified that when we set report datasource property, we can see the datasource fields in the textbox expression but if I add that it messes up my report as I have two tables and both have different datasets.

Please advise how to get db field value in textbox without setting datasource property of the report. I have two datasets added to the report and both are set to different table.

Thanks,
Hardik
Candice
Top achievements
Rank 1
 answered on 15 Jan 2015
1 answer
249 views
-My project is asp.NET MVC 4 web application.
-My project use VS integrated designer with report templates being .cs files.
-My project still use old ASPX report viewer.

I want to set specific fonts and other 'Style' properties for each localized culture. (for example, I want to use Font_A as default, Font_B for en-US and Font_C for en-GB.)

I tried localizing them the normal way like how I localized the texts. (Starting from changing 'Localizable' property to True and switch 'Language' property to put the localized text in, which in this case, set a font specific for that culture)

The problem is, the designer didn't count changing 'Style' properties as a part of localization and didn't store the data in .resx files.

Any solution or work-around?

PS. I don't want to change into new version.
Hinata
Top achievements
Rank 1
 answered on 14 Jan 2015
3 answers
153 views
Hi,

we have the following use case: we want to render reports (made by the standalone report designer, that means TRDX files) as RTF or DOCX files and display these output files in a browser embedded texteditor. So that the user can change the content of the report as he/she likes. In the main use case the reports would be predefined letters (in which the user is able to change the content).

My questions are:

1. Is it possible to export metadata into the output RTF or DOCX file? Examples for metadata would be: information about the data source (what data is displayed), used aggregate functions, inserted sub reports etc. This metadata we would like to show in the texteditor at the respective site (e.g. somehow highlighted or in a tooltip).

2. Is it possible to use the Telerik HTML Editor for this purpose?

Thanks,
Felix
Nasko
Telerik team
 answered on 14 Jan 2015
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?