Telerik Forums
Reporting Forum
1 answer
161 views
Hi All,

I developed a report using telerik Q1 2008. Now I want to add a subreport to this report using the NeedDataSource event of the subreport. the code on this forum uses something similar to following:

1 SubReport subReport = (SubReport)sender;
2 (DataRowView)subReport.DataItem

But, SubReport does not have a definition for DataItem. So it results with a compilation error.Can anyone send me the code snippet to set the Datasource of the subreport.

Thanks.

Svetoslav
Telerik team
 answered on 12 Jun 2008
3 answers
739 views
I have a simple report that I am using to try to make Avery 5160/8160 labels. I have a single textbox on the report set to 1in in height and 2.63in width. However, when I export to PDF and print the report the height of the textbox is a little less than 15/16in which means it is less than 1in. This causes the labels to be misaligned by the bottom of the page.

I also have the top margin of the report set at .5in but when exported to PDF and printed the margin is coming out to 5/8in.

I have the left and right margins set to .19in, but when exporting to PDF and printing the margins are coming out at 7/16in.

All of these things are making it very difficult to make my labels align for the entire page. Is there something that I need to do to make it play nice when exporting to PDF?
Rossen Hristov
Telerik team
 answered on 12 Jun 2008
3 answers
133 views
Hi there,

I've searched quite a bit and cannot find anything concerning server side paging for the reporting tool.  Does the reporting tool have any events (like radgrid) for supporting server side paging.  For example, we have huge reports that render in seconds if we can have SQL stored proc do the paging for us; however if we hook up the reporting tool to the whole dataset it will time out.

Any help is much appreciated.

Thank you,
Tad
Steve
Telerik team
 answered on 12 Jun 2008
5 answers
86 views
I insert my Report in Web Page and parameter  equaval

ZoomMode

="PageWidth"

In explorer I see vertical scrooll bar  constantly.
How i can remove this and zoom hiegth to full hiegth page

Thanks ahead

Steve
Telerik team
 answered on 12 Jun 2008
1 answer
128 views
I am wondering how I can find out the number of rows in a SubReport after filtering is applied.  I want to know whether all rows of a given SubReport are filtered out (leaving an empty report) so that I can hide that particular SubReport.  It's easy enough to see how many rows I get back from the database, but until the Filtering is processed, I don't really know how many rows will display.

This seems like an easy task, but so far I'm stumpted.
Milen | Product Manager @DX
Telerik team
 answered on 12 Jun 2008
1 answer
132 views
Deseo desistalar la version beta de Reporting Telerik Q1 2008


sale el error 

Failed to connect to SQL database (-2147467259 master)

y no termina  como lo desisntalo?
Steve
Telerik team
 answered on 11 Jun 2008
1 answer
62 views
Hi...

I'm desperate .. How to link a stored procedure with a report? As you step to report a parameter to run the stored procedure?

Thanks
Steve
Telerik team
 answered on 11 Jun 2008
6 answers
136 views
Hi

My code is as below ....
Private Sub DetailSection_ItemDataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles DetailSection.ItemDataBound  
        CType(sender, Telerik.Reporting.Processing.DetailSection).Items("oIndividual").Visible = False 
        CType(sender, Telerik.Reporting.Processing.DetailSection).Items("oSoleTrader").Visible = False 
        CType(sender, Telerik.Reporting.Processing.DetailSection).Items("oOrganisation").Visible = False 
        If CType(CType(CType(sender, Telerik.Reporting.Processing.DetailSection).DataItem, DataRowView).Row("DARGA_nEntityType"), DAREnterprises.Enums.EntityTypes).Equals(DAREnterprises.Enums.EntityTypes.Individual) Then  
            CType(sender, Telerik.Reporting.Processing.DetailSection).Items("oIndividual").Visible = True 
        ElseIf CType(CType(CType(sender, Telerik.Reporting.Processing.DetailSection).DataItem, DataRowView).Row("DARGA_nEntityType"), DAREnterprises.Enums.EntityTypes).Equals(DAREnterprises.Enums.EntityTypes.SoleTrader) Then  
            CType(sender, Telerik.Reporting.Processing.DetailSection).Items("oSoleTrader").Visible = True 
        Else  
            CType(sender, Telerik.Reporting.Processing.DetailSection).Items("oOrganisation").Visible = True 
        End If  
    End Sub 
It fails on the very first line.

I most definately have an object "oIndividual" defined in the DetailSection.

I have also used the Find method of the Items method but have the same problem.

Any ideas ?

Kind Regards

David
Steve
Telerik team
 answered on 11 Jun 2008
1 answer
147 views
I was trying to apply Telerik reporting Q1 2008 SP1, but when I unstall my current installation of "Telerik Reporting Q1 2008", I've got this error "Failed to connect to SQL database. (-2147467259 master )"

I specified my local SQL 2005 developer edition when first install Reporting Q1 2008. I couldn't find where Telerik stores the db connection for uninstallation. Your insights will be appreciated. Thanks.
Paul Chen
Top achievements
Rank 1
 answered on 10 Jun 2008
9 answers
182 views

In using your product telerik

:ReportViewer we have encountered a problem, we would appreciate your help.  We have a page in which we use the ReportViewer which we keep invisible.  On this page we have a button to print reports, what we'd like is that clicking this button would do the same as if clicking the print button on your built-in toolbar.  How is this done?  Thank you for your help

Yoni Dagan
Top achievements
Rank 1
 answered on 10 Jun 2008
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?