Telerik Forums
Reporting Forum
3 answers
185 views
hello

is there a way to apply the style of a report automatically to all the subreports (more or than what the css does) ?
thanks
sebastien
Elian
Telerik team
 answered on 27 Feb 2013
3 answers
189 views
see attached pics.  I updated reporting using the installation tool then upgraded the project.  the designer won't open and I can't compile.  Everything was fine before upgrade.  Ideas?
Jonathan
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
273 views
Hi,

I am using Telerik Reporting Q3 2012. I am trying to take the remainder value of double type variable. But it gives an error of type mismatch. If I convert double type to Integer then it works.

= Format("00", Fields.FT / 60) + ' : ' + Format("00", CInt( Fields.FT) Mod 60)

I want to use this as 

= Format("00", Fields.FT / 60) + ' : ' + Format("00", Fields.FT Mod 60)

How can I implement this formula.

Regards,

Tahir Khan


Peter
Telerik team
 answered on 26 Feb 2013
1 answer
80 views
Thanks in advance for any help.

I want to use Telerik Reporting for our Azure based application, which uses Federation. I also want to use a SQL Data Source as the Data Source for all of the reports in the project (more than one in the project). Connecting to the Federated Root is straight forward, but I am trying to figure out a best strategy for:

1) Where to run the USE FEDERATION fed_name (dist_key = value)  WITH FILTERING=ON, RESET
2) Where/how to programatically set the dist_key value

Any help or insight on this front would be appreciated.

Kindest regards... 

IvanY
Telerik team
 answered on 26 Feb 2013
4 answers
75 views
The client creates a report in Telerik Report Designer. Sometimes (not always) if value contains "Enter" (the transition to a new line), then the report is broken, see attached screenshot
I tried to fix it, as shown here link (but in ReportDesigner)
this.textBox1.Value = "= \" \ r \ n \ r \ n \ "+ Fields.MyDataColumn";

No results yet.
Tell me, what is the reason? How can I solve this bug?
Hans
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
344 views
My table has a datasource that returns a resultset of 0 rows. When the resultset is empty i would like to fill the first page with empty rows

Is there any solution to do this?

Thanks!

Kind Regards
gunter
Top achievements
Rank 1
 answered on 26 Feb 2013
6 answers
1.2K+ views
I have a report that has a couple Panels in it, I'd like to be able to show or hide these panels based on a few parameters.  I didn't see a way to bind the "Visible" property to a report parameter, so I set it manually..  I've made the Panel variable public, and in my business logic I set the "Visible" property based on a few business rules.  However, whenever I set "Visible = false" on any panel, the whole report fails to load.  I get "No Page to Display"

is there something special about the "Visible" property on the panel?  or is there a better way to show/hide a portion of a report?  I considered using sub reports, but thought that this would be much easier then creating a bunch of sub reports.

Thanks
Wadigzon
Top achievements
Rank 1
 answered on 25 Feb 2013
2 answers
144 views
I have an app that requires me to display four reports simultaneously. But it blows up while rendering the second report, because, I believe, the first report is still rendering.
I looked at code to access the IsInProgress property, but this requires me to include a reference to telerik.reportviewer.wpf.dll, which this silverlight project does not allow.
http://www.telerik.com/community/forums/reporting/telerik-reporting/notification-for-when-report-is-done-rendering.aspx

I should mention that the four reports are all the same underlying report using different parameters.

I believe I could simply define four distinct reports to get around this, but is it possible to otherwise determine when one report is done rendering and then begin the next?
Milen | Product Manager @DX
Telerik team
 answered on 25 Feb 2013
3 answers
228 views
Hello there.

I am using Telerik Reporting in Silverlight and for the most part, it works pretty well. I start the report from my Silverlight-project and  Silverlight ReportViewer opens. Then I have ReportLibrary where I have reports. My reports uses objectdatasources which search data from database. Datasource is a class in ReportLibrary, datamember is IQueryable-method in that class and then there's couple of parameters. With this kind of solution reports gets data from our database.

But especially reports with more than one objectdatasource occasionally gives the error "Report is unavailable or session has expired.", even though rendering haven't taken that much time.

After I press refresh button once or twice, the error disappears and Silverlight reportviewer shows the report correctly.

I know that there is an article about that error, but I would still like to know what is the most likely reason for this kind of behavior?

Thanks.
Stef
Telerik team
 answered on 25 Feb 2013
2 answers
120 views
Hi, since the upgrade I am getting warning messages about groups not being used - 'The field 'ReportsLibrary.ConsolidatedCPK.costCentreGroup' is never used.' and 'The field 'ReportsLibrary.ConsolidatedCPK.labelsGroup' is never used.' In the first group I do use the costCentre field and there are more than 10 textboxes in the labelsGroup, so I'm not sure how to get rid of the warnings?

I had the same in another class for groups that I did not use, so setting visibility false made the warnings go away, but I need visibility true in this class.

Thanks
Tobie
Tobie
Top achievements
Rank 1
 answered on 25 Feb 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?