Telerik Forums
Reporting Forum
1 answer
188 views
I am new to Telerik Reporting and I am trying to find out if there exists a functionality to export a report to Excel and keep the ability to show hide columns/rows?

In looking at the inline demo for the product Sales demo as an example, I was wondering if I just haven't found how or just haven't found the correct search to find a forum post explaining how, showing if this is possible. I have heard it can be done in SQL Report Server but was just wondering if we have the functionality here in this tool set?

I have a customer that would be ecstatic if it can do this.

Thanks for any information you can provide.

Stef
Telerik team
 answered on 14 Feb 2013
10 answers
469 views
Hi,

i have a report parameter defined (Screenshot#1)
i want to set a Visible property of a subreport to whatever the user input at the visible report parameter.

i use the following code at the Master Report:
private void subReport1_ItemDataBound(object sender, EventArgs e)
{
            (sender as Telerik.Reporting.Processing.SubReport).Visible = (bool)this.ReportParameters["ShowField"].Value;
}

no matter what i do the Value of the parameter is always True, even if i don't give the parameter a value when i define it.
doesn't matter if i check or uncheck the checkbox of the parameter shown of the screen.

please can someone help me?

thanks.
Wadigzon
Top achievements
Rank 1
 answered on 14 Feb 2013
1 answer
77 views
Hi Team,


I have been facing an error as IReportDocument is Ambiguous in namespace 'Telerik.reporting' 

I have removed all my old versions and installed new Telerik reporting Q3 sp1 2012 after this change am getting this error.

Imports System.Collections.Generic
Imports Telerik.Reporting
 
Partial Class _Default
    Inherits System.Web.UI.Page
 
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
 
        Dim reportName As String = Server.UrlDecode(Me.Request.QueryString("ReportName"))
 
        If Not String.IsNullOrEmpty(reportName) Then
            Dim reportType As Type = Type.[GetType](reportName)
            Dim report As IReportDocument = DirectCast(Activator.CreateInstance(reportType), IReportDocument)
            Me.ReportViewer12.Report = report
            Me.Page.Title = reportType.Name
Steve
Telerik team
 answered on 14 Feb 2013
5 answers
1.0K+ views
Hello,
I have a textbox in pageheader that have an expression to fill it's value
and i have another textbox in GroupHeaderSection.
the expression is working fine in header, but in groupheadersection it don't get data correctly.
i am trying to set the value of second textbox to equal first textbox, but i am not able to do so.
it is always getting me the expression of the first textbox.

How can this be done ? and at what stage or time expression is evaluated ?
Steve
Telerik team
 answered on 14 Feb 2013
1 answer
619 views
Hello,
I'm new to telerik reporting and programming
Now i have problem about display image in report
this is my image path  http://xxxxxx/upload/Companies/Contact/Fields.CompID
/Fields.ContactImgPath

I try this article http://blogs.telerik.com/telerikreportingteam/posts/09-02-20/telerik-reporting-using-the-picturebox-item.aspx
it work If I put this function in PictureBox
= Format("http://xxxxxx/upload/Companies/Contact/7/{0}",Fields.ContactImgPath)
but number 7 it should be Fields.CompID from database like Fields.ContactImgPath
How i do?

PS. Sorry for my english


Maliwan
Top achievements
Rank 1
 answered on 14 Feb 2013
14 answers
493 views
Hi!  Our company is looking into purchasing the latest version of Reporting, so we grabbed the free trial version to try it out and see if it will work for us.  My boss gave me until this Wednesday to present a PDF export that suits our needs.

Everything's working great so far, except I can't figure out how to remove borders around an element that has been assigned an Action to Navigate to Url.  How can I go about doing this?

Thanks in advance!
Steve
Telerik team
 answered on 14 Feb 2013
2 answers
182 views
Hi,

I see in the release notes for Telerik Reporting Q3 2012 Service Pack 1 for the Silverlight ReportViewer that you've fixed "Support for print operation without invoking a print dialog". Can you tell me/provide an example how to use this feature? I cannot find any information about it anywhere.

Tomas
Tomas
Top achievements
Rank 1
 answered on 14 Feb 2013
1 answer
86 views
Does Telerik Reporting install any fonts?
Steve
Telerik team
 answered on 14 Feb 2013
4 answers
233 views
We have a report using Q3 2010 Reporting that contains html tags that we need for the on screen report, but absolutely dont want for export to PDF and other export formats. I see we can do a StripHTMLTags easy enough but when using that, it affects the formatting of the online report viewer presentation adversely. Is there a way to do StripHTMLTags Only if we are exporting? Thanks.
Maliwan
Top achievements
Rank 1
 answered on 14 Feb 2013
12 answers
381 views
Hi, 

How open .trdx file in Silverlight ReportViewer?
Dave Navarro
Top achievements
Rank 2
 answered on 13 Feb 2013
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?