Telerik Forums
Reporting Forum
1 answer
118 views
What I want to achieve is simple, but somehow I can't figure it out.
I want to create a product list that grouped by it's model.
But I want to put product model inline with details (see the picture attached).
Is it possible to do this?
Squall
Top achievements
Rank 1
 answered on 18 Oct 2011
2 answers
84 views
Hello.

I am using Telerik Reporting Q2 2011 and i am trying to STRIKEOUT some Telerik.Reporting.TextBox fields in the Telerik Silverlight Report - customer is very firm about striking fields (not underscoring, not bolding, not coloring....) but STRIKOEUT the field value.

  In the attachement there is a printscreen of how i set Strikeout property of the textBox and in the DESIGNER view TextBox field  has a visible line drawn across but when i RUN the Silverlight application text box field is NEVER striked out. (and styles for bold,italic,underscore etc works FINE only STRIKOEOUT style never shows in the field).

 Is this some SL or Telerik bug which is causing this effect? Maybe SL 5 will fix it? 

  Is there some workaround for this maybe? 

Setting Font-Strikeout

Thank you
Damir
john doe
Top achievements
Rank 1
 answered on 17 Oct 2011
3 answers
193 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
358 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
82 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
705 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
156 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
485 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
298 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
190 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?