Telerik Forums
Reporting Forum
3 answers
228 views
I am playing with the new WPF ReportViewer and am wondering if there is a secret to getting it to fill a container without overflow? It does just great when a specific height and width are set, but if I remove the height and width settings from the XAML tag and just let it fill up the enclosing grid cell, when my reports are long it overflows. Instead of the edge of the ReportViewer being contained and the vertical scrollbar being activated, it just pushes beyond the edge of the window.

Any tips or ideas? I'd like to have a window that users can resize, and ideally I'd like to do so without having to code something that catches a resize-type event and calculates a new specific size for the report viewer.

Thanks in advance for any ideas.....

J
Ashif
Top achievements
Rank 1
 answered on 14 Oct 2011
3 answers
395 views
HI,

When i implemented the telerik report viewer in my asp.net MVC application the report viewer tool bar icons are misalighned and appearing twice. Print, Refresh and the navigation icons are appearing twice.

Please find an attached screen shot of the report viewer that i am working on.

Appreciate your response to fix this cosmetic issue.

Thanks,
Pradeep K S
pradeep
Top achievements
Rank 1
 answered on 14 Oct 2011
4 answers
113 views
I got this Javascript error in my WebViewer (roughly translated in english):
"unable to get the value of 'rows' property: object not set to instance (null)"

Then Visual Studio 2010 stops in the following js function:

ReportViewer.prototype.get_Height = function ()
{
    var reportTable = document.getElementById(this.reportTableId);
    var lastRow = reportTable.rows[reportTable.rows.length - 1];
    var oldDisplay = lastRow.style.display;
    lastRow.style.display = "none";
 
    var viewer = document.getElementById(this.clientID);
    var clientHeight = viewer.clientHeight;
    lastRow.style.display = oldDisplay;
    return clientHeight;
}

the extact line that fires the error is:
var lastRow = reportTable.rows[reportTable.rows.length - 1];

I'm using Q2 2011 SP1.
Thank you.
Tsvetoslav
Telerik team
 answered on 14 Oct 2011
5 answers
755 views
Dear support team,

is there a way to print a vertical Line in the whole document (in details).
The line is printed only in the lines with values (See image).

Thank you in advance,
George.
Navarino Technology Department.
Alfredo
Top achievements
Rank 1
 answered on 13 Oct 2011
1 answer
188 views
Hello,

    Is there a zooming facility available in the chart report. I have the zoom feature available in the Report Viewer but it zoom’s the entire page. The feature I would like to have is to zoom in the chart for clear view. The report I have consists of the table in the detail section and the chart in the Report Header section, and now I would like to zoom in the chart only not in the detail section.

I am using visual studio 2010, Telerik Reporting (licensed -TV446243)

Regards,
Saravanan.R

Steve
Telerik team
 answered on 13 Oct 2011
9 answers
520 views
I just upgraded from trial to "paid" version of Telerik Reporting (v5.0.11.316) and now when I try to configure the Object Data Source (via the Wizard) to point to a custom type I defined in the same project as the Reports , it is unavailable in the "Available data source types list". Other types/classes in referenced projects are available.

The Object Data Source binding at run-time is still working OK but not having the meta data on the types available while laying out/building the reports is a pain. The "trial/demo" version did not have this issue. Thx!
Steve
Telerik team
 answered on 13 Oct 2011
2 answers
332 views
Hi.

I'm just about to purchase a subscription to your asp.netAJAX controls to use in SaaS application but was considering purchasing the Telerik Reporting component too.

Is Telerik Reporting suitable for use in a SaaS Application in terms of 
  • the user being able to apply dynamic report parameters on the fly (E.g. date ranges, country etc)
  • using session variable like a tenantID so as not to inlude data from other customers in the same application
  • having a low CPU usage when generating the reports
  • and most importantly using the Telerik Reporting component in Dotnetnuke

Also, I think i have determined that this is not something I could use to build a web based ad-hoc report builder for my users to use. But is there something else that telerik does that would allow me to build this kind of feature?

Thanks
Chris
Chris
Top achievements
Rank 1
 answered on 12 Oct 2011
1 answer
214 views
When inserting a table I get the following error:

The type or namespace name 'App_LocalResources' does not exist in the namespace 'Test' (are you missing an assembly reference?) C:\Users\...\Report.Designer.cs)


tableGroup4.Groupings.AddRange(new Telerik.Reporting.Data.Grouping[] { new Telerik.Reporting.Data.Grouping(global::Test.App_LocalResources.Default_aspx.HyperLink14Resource1_ToolTip)});



Steve
Telerik team
 answered on 12 Oct 2011
1 answer
102 views
Dear Telerik Reporting,

My company considers buying 'Telerik Premium Collection for .NET' bundle. And I wonder if Telerik Reporting supports embedding images that are hosted in a web service? (I.e. as an image source, I supply some link that returns an image).

Thanks,
 Andrey
Peter
Telerik team
 answered on 12 Oct 2011
1 answer
117 views
Hi 
I'm working on wpf smart client with n-tier architecture. 
All the data located in server and available vs WCF services.
How can I user Telerik Reporting to create and show reports on client side without bring the whole db. 
(There is a lot of data in some tables...)
BTW - There is no direct connection to the sql server. 

Thanks
Adiel
Peter
Telerik team
 answered on 12 Oct 2011
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?