Telerik Forums
Reporting Forum
5 answers
642 views
Hello,

  I have a table with several rows.  Some of them are spanned.

  Each of row has constant height in 8 points:
  var tableRow = new TableBodyRow(Unit.Point(8));

  Each of cell contains a TextBox with following style:
  var textBox = new TextBox
   {
           Docking = DockingStyle.Fill,
           CanGrow = false,
           CanShrink = true,
           TextWrap = false,
 };

But after exporting to Pdf some of columns are higher that 8 points (see picture).

How to fix the row height for a table?

P.S. The similar problem is described here: "http://www.telerik.com/community/forums/reporting/telerik-reporting/how-to-equal-cell-s-height.aspx"

Thanks,
-Andrey Popov
Andrey
Top achievements
Rank 2
 answered on 23 Nov 2011
4 answers
355 views
Can I use user-defined functions defined in an assembly different from the assembly where the report is located?

What about reports exported as XML? Can I call use user-defined functions in this kind of reports considering that they are not located in an assembly?
Sergey
Top achievements
Rank 1
 answered on 23 Nov 2011
11 answers
481 views
I am trying to create a simple mailing label report. I have gone through the wizard, selected a SQLDataSource, selected a procedure, added the 5 parameters and when I hit the Execute Query button I get a row count of 190 (which is correct) but no data is displayed in the wizard. When I continue on to the report, when I click on 'fields' in the expression builder, it tells me there is no datasource. When I look at the properties of the report, the datasource is filled in with the one I selected in the wizard.
Steve
Telerik team
 answered on 23 Nov 2011
4 answers
200 views
Hi,

is there any way to conver from Microsoft reporting (rdlc file) to Telerik Reports.

On one of your threads there was a mention that it was happening in Q2007 release?

Regards
Roger
ITServices
Top achievements
Rank 1
 answered on 22 Nov 2011
9 answers
521 views
Hello,

I may be missing something obvious here, but I've just upgraded to Telerik Reporting Q1 2009 and I'm trying to make effective use of tables. On one particular report, I've replaced an existing subreport with a table, and I'm assigning the table's datasource during the databound event of the report's detail section. I do this because the master report is populated by a generic list (List<T>) of user objects, while I need the table to reflect each user's phone numbers (which is another generic list of phone number objects contained within each user object).

The report seems to display ok, but when I export in CSV format, the data from the table is missing.

Do I need to assign the table datasource differently, perhaps?
rakesh
Top achievements
Rank 1
 answered on 22 Nov 2011
2 answers
445 views
Hi,

I'm a bit lost with this problem..
I need to represent in the same chart, values from different datasources. (i.e. each serie of chart should map one column of each datasource)

I need this because I'm receiving my data trough webservices and I can't manage or change the source(sql)..

Regards,
Gonçalo
Top achievements
Rank 1
 answered on 22 Nov 2011
3 answers
537 views
I have  a need to display dynamic items on X axis i.e form one item to n number of items (may go to 100 or more)


Y-Axis has a maximum value of 100 %

There can be more then one series on X-axis, maximum can go up to 5.

Problem I am facing is width of the bar is getting very big on x-axis if there are fewer items,
I have tried BarWidthPercentage it works, but not helpful for dynamic adjustments.

Need help to fit in my dynamic series and dynamic items on x-axis and the chart should look consistent.

I have used scrolling and X Scale property  also, as  I need the scrolling functionality.

Attached is the image for bad chart i am getting, there are more then 25 items and I have used scrolling,
the width of BAR is very large, the number of items in scroll is very less as only 10 items are viewable after
scrolling....


Kindly help in getting a good looking chart with  lot of items and up-to 5 series dynamically, where all the calculation
is done on the rutime for width and formatting.
Ves
Telerik team
 answered on 22 Nov 2011
3 answers
649 views
I have inserted a reportviewer on my page and everything works fine except of course when a report returns hundreds or thousands of results then the report takes a long time to render if not outright crashes the browser.

I cannot find anything that mentions how to enable paging on a reportviewer, I have found help on setting the numbering style but that does me little good if I can t set a page size like on a RadGrid.

Can someone please point me in the right direction to figure out how to get the viewer to page?

Any help is appreciated.
James

Edit:
I should add that I am not using a static data source, I use the NeedDataSource event and just bind an empty table to a DataTable.
Peter
Telerik team
 answered on 21 Nov 2011
1 answer
175 views
I am looking for a reporting tool that enables me to put a textbox in the column heading and can be rotated 15 degree such that on exporting to PDF, it shows the heading in slant format while the row values are displayed horizontally.

Please advice whether Telerik Reporting Production allows me to achieve the above objective.
Elian
Telerik team
 answered on 21 Nov 2011
1 answer
344 views
Hi,

I have report that contains a sub-report. The sub-report itself contains a sub-report. My goal is to get that sub-report within the sub-report of my main report so I can populate it's data. So I have the following:

* master report
     * a sub-report inside the master report
         * a sub-report inside the sub-report  mentioned above

Take note that I am populating data using an objectsource. Now, I have the following code:
var mainReport = new TheReport();
 
// this works fine
var detail = ((mainReport.Items[0] as Telerik.Reporting.DetailSection)
                    .Items["subReport"] as Telerik.Reporting.SubReport);
 
// this one does not work
var innerDetail = ((detail.Items[0] as Telerik.Reporting.DetailSection)
                    .Items["innerSubReport"] as Telerik.Reporting.SubReport);

"detail.Items" does not contain any element. I can also confirm that just by looking into the mainReport.Items collection. Using VS' watch window I manually navigate through the mainReport.Items collection, located the details section and investigated its own Items collection. The items collection is really empty for the details section. 

How can I get the inner sub-report so I can manipulate it?
    
Elian
Telerik team
 answered on 21 Nov 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?