Telerik Forums
Reporting Forum
1 answer
54 views
We have reports that we are generating directly to PDF using code from here. This works fine in our local environment for all users and browsers.

We have moved this offsite outside our intranet and now we have a problem with seeing the PDF under IE 7. No other browser is affected. we can work around this by adding it as a trusted site, but that's is not a practical solution to tell customers this.

Anyone have any ideas?

Steve
Telerik team
 answered on 05 May 2010
1 answer
164 views
Is it possible to upgrade reports written using SQL Server Business Intelligence studio to Telerik Reports?

Thanks,

Billy Jacobs
Steve
Telerik team
 answered on 04 May 2010
1 answer
115 views
Is there a way to programatically run a report when the parameters change without the user needing to press the preview button.  In my application the users select a row in the datagrid and the report should run and get the corresponding data.  It works the with the first click but it does not run after that because the render begin event is not fired again until preview is pressed.  Also, is there away to change the test on the preview button? 
brigus
Top achievements
Rank 2
 answered on 04 May 2010
1 answer
363 views
Hai All,

I have a date column in my report.While i was exporting to csv or excel file date column is not displaying the date it is showing "#######" symbols instead of date.

Please any one can give me the solutions.


Thanks
Basanth
Peter
Telerik team
 answered on 04 May 2010
1 answer
252 views
Hi,

I have created Dataset1.xsd class in my ClassLibrary project. Now after creating new Telerik Report, while in Report Wizard, I do not see my dataset under Project Data Source list.

Please advise.

Regards,
Krunal Doshi
Peter
Telerik team
 answered on 04 May 2010
1 answer
69 views
Hi
i wanna to know .is any way to set more than two object's conditional formating?

Why am i choose three textbox at the sametime and set some conditional formating for them.
then i check any one of there conditional formating all empty...?
Peter
Telerik team
 answered on 04 May 2010
1 answer
141 views
I have a report that I have created 2 report parameters for... they are Tier and Organization.  They are both pulling from the database a selection list.  My issue is this... you are required to make a selection from the dropdownlist and there is no default data that populates the report until you make your selections.  You have to make selections from Tier and Organization for the report to populate.  I would like it if I could select a Tier, then for Organization it would pull up all of them for that Tier.  and visa...versa if I pulled up an Organization, then for Tier it would pull up all of them for that Organization. 

My selections in the database for TIer are 1, 2, 3, 4, 5.  I would like it if there were an extra selection ... something like "All" or "Default" to indicate Tier as a wildcard... so to speak ... that would pull up all the Tiers in the database.  I don't want the User to be stuck with only making the selections from the database.

Any suggestions on how to use the report properties tool to make this happen would be fabulous.

Thanks!
wen

Here are my selections for Tier in the properties...
ReportParameters:
AllowBlank True
AllowNull False
DataSource sqlDataSource1[TelerikReporting.SqlDataSource]
DisplayMember = Fields.Tier
Filters (No Filters)
Sorting (No Sorting)
ValueMember = Fields.Tier
Mergable True
Name Tier
Text Tier
Type Integer
Value
Visible True

Page Properties...
Filters:
=Fields.Tier =  = Paramaters.Tier.Value
And = Fields.Organization =  = Parameters.Organization.Value

Milen | Product Manager @DX
Telerik team
 answered on 04 May 2010
1 answer
195 views
Having problems with the Document Map on a ReportBook with multiple reports.  I'm wanting each report to appear in the document map so I have bookmarks set on each individual report.  But at runtime, the links of the Document Map aren't behaving correctly.  They all just link back to the first report in the list.  I have a feeling this has to do with there being multiple root nodes in the map.  How do I get this to work?
Svetoslav
Telerik team
 answered on 04 May 2010
1 answer
135 views
I am trying to build a report that can be used for (lets says) 50 clients to be used via the web. How can I get the report to auto filter the results by using a session"id"?

For xample : If Client 1 logs in and runs the report, I only want Client 1 information to show.

I cannot seem to find any documentation on this, can someone point me in the right direct or would someone have directions on how to implement this?

I have tried adding the session varible below, I also added a parameter from the front end that was named the same but still no success.

 rpt = New ClassReports.PurchaseItemstoDate  
                rpt.ReportParameters(0).Value = Session("role")  
                ReportViewer1.Report = rpt 
Dwayne Starkey
Top achievements
Rank 1
 answered on 04 May 2010
1 answer
103 views
Hi. I have two reports, r1 and r2. r2 is a subreport of r1, and it has a method called m1, which is public. In r1, the subreport's name (which, as I said, references r2) is sb1. How can I access the m1 method through sb1?

To make myself more clear, basically what the m1 method does is to set r2's DataSource, and I need to do it from the parent report, which is r1. Am I trying to do it in the right way? What do you recommend?

Thanks.
Hugo Aristizabal
Top achievements
Rank 2
 answered on 04 May 2010
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?