Telerik Forums
Reporting Forum
15 answers
206 views
My export toolbar is no longer visible on my html page.  I don't see a property for it and I don't know when it went missing.  What am I doing wrong?  Or is the export toolbar only available in a windows form app?

Edit:
LOL!  As soon as I posted about it here it reappeared...
Michael Love
Top achievements
Rank 1
 answered on 21 Jan 2010
1 answer
226 views
Hello,

I was curious if this is possible.  I have a group value (year) that I would like to use to display the chart/table data.  I have a needdatasource event for these two controls.  I would like to bind the detail level data to these controls, but I need to get the year value from the group in order to bind it, or am I thinking the wrong thing?  Is there another approach?  I see the filter options as a possibility for the table, but that's not available for the chart?

So:

  • Can I access the value being grouped upon within the detail section?
  • Can I direct the detail data source to bind to the chart/table?

Thanks.
Brian Mains
Top achievements
Rank 1
 answered on 21 Jan 2010
1 answer
112 views
I am converting some of our active reports and ran into an issue, It is not really a porting issue but may be more of a life cycle question.

I have a detail section for a group that has the following
[hidden Sum(ServiceCount)]  [ServiceType] [ ServiceCount ] [ServicePercentage] [ TotalPrice ]
where the first item is a hidden textbox

in active reports the following would be generated
[15] [Service1] [ 5 ][ 5/15 = 33.3%][100]
[15] [Service2] [10][10/15 = 66.7%][200]
================================ group footer
                         15                          300

For the active report the percentage is calculated in the equivalent to the item data bound event for the detail section. The sum is placed in the hidden field so that it is accessible during the event.

in telerik I get the following, using the same procedure that was take with the active report.
[ 5 ] [Service1] [ 5 ][ 5/5 = 100% ][100]
[10] [Service2] [10][10/10 = 100%][200]
================================ group footer
                         15                          300

I could possibly do the calculation in the report databound event and loop through all the groups to perform the update but I am wondering is there a better way of handling this.

Thank you
Michael DeBerry
Top achievements
Rank 1
 answered on 21 Jan 2010
1 answer
301 views
Hello,

I was just wondering if it is possible to have groups turned on by a condition.  For instance, I have groups, year and quarter.  But I only want to show the quarter group in certain situations, which I could setup by a condition.  Is that available at all?

Thanks.
Chris Gillies
Top achievements
Rank 1
 answered on 21 Jan 2010
0 answers
57 views
Hello,

In all of my reports, the preview window fails with the error above.  But the report works fine in the web viewer.  Is there any reason why this might be the case?

Thanks.
Brian Mains
Top achievements
Rank 1
 asked on 21 Jan 2010
1 answer
116 views
I'm a little new to Telerik Reporting, but is there any way to specific default details text to be shown when a parameterized datasource returns no data (i.e. 0  rows).
Steve
Telerik team
 answered on 21 Jan 2010
1 answer
425 views
Hi All,

I'm generating a report that has some barcodes in it, Code 128 with checksum turned on.

When I scan the barcode it comes back in unsuprisingly with the checksum present within the barcode.  Code 128 seems to be dynamically generated of 123A B and C variants.  What is the code to check the checksum - VB if possible...

Best Regards,

Jon
Ivan
Telerik team
 answered on 21 Jan 2010
1 answer
82 views
I want to be able to set (or reset) the Top property of an existing textbox (named TxtPackage) from .3in to 0in.  I want to do it dynamically in VB.  I tried "TxtPackage.Top =", but nothing I used as the result worked.

Your help, as always, is appreciated.
Steve
Telerik team
 answered on 21 Jan 2010
5 answers
176 views
I'm trying to use ReportViewer control in a Silverlight proyect,but i get an error on design.

Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

I'm using VS2010 Beta2, Win7, and telerik reporting ver. 2009.3.1211

Do you have a proyect example that i can use, please?
Svetoslav
Telerik team
 answered on 21 Jan 2010
1 answer
145 views
Hello,

I added a reportbook to a report, and this book has 3 reports.  Can I add a report book to a report, or should I create a component as in the sample project, and have it inherit from ReportBook?  Or is there another preferred way?  I can't find much documentation on this, and the demo video says "coming soon", and the web demo comes back to me with a server error...

So I have a report with a key selected from a drop down.  I need to pass this param to each report, and in turn each report should bind its report via its needdatasource event.  I think I gathered that these parameters get merged and displayed from the values of the reports in the book.  What is a proper setup of the reportbook?

Thanks.
Brian Mains
Top achievements
Rank 1
 answered on 20 Jan 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?