Telerik Forums
Reporting Forum
1 answer
87 views
Hello,

I am binding table of report to custom POCO class(Instead of DataSet) and manually assigning data to each cell.
But in that case "=Fields.ColumnName" expression does not work for column grouping and sorting.

What could be the solution for column grouping/sorting when we dont use DataSet and use data from list of POCO classes or Entities of Entity Framework?

Thanks very much,

Manish
Stef
Telerik team
 answered on 15 Feb 2013
8 answers
264 views
When I'm trying to install my WPF application on a computer that isn't my development PC, I get an error saying:
"Unable to install or run the applcation.  The application requires that assembly Telerik.ReportViewer.Wpf Version 6.2.12.1025 be installed in the Global Assembly Cache (GAC) first.

I looked and I made a change so that my reference of Telerik.ReportViewer.Wpf CopyLocal =True
but that didn't help.  I'm still getting this error.  It's probably something in my configuration I need to change.  Any suggestions?
danparker276
Top achievements
Rank 2
 answered on 14 Feb 2013
1 answer
178 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
442 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
75 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
985 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
601 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
461 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
176 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
82 views
Does Telerik Reporting install any fonts?
Steve
Telerik team
 answered on 14 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?