Telerik Forums
Reporting Forum
1 answer
142 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
153 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
68 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
144 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
157 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
202 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
1 answer
96 views
the Telerik Report Wizard does not show up in the available templates
in VC Sharp Express 2007. The controls show up in the toolbox.
Any clues?
Steve
Telerik team
 answered on 10 Jun 2008
6 answers
414 views
Hi

I have a report which only prints one detail line.

The pageFooter appears just below this line high up on the page.

How to I force the page footer to appear at the bottom of the report ?

Kind Regards

David
Steve
Telerik team
 answered on 10 Jun 2008
3 answers
950 views
Hi,

    I have about 15 columns on my report. The column name are bigger in size.
Since the column name is not fitting in 1 width I want to display it vertical.
Can I place any textbox vertically?

Thanks,
Rahul
Steve
Telerik team
 answered on 10 Jun 2008
2 answers
241 views
Hello,

I'm evaluating Telerik Reporting, and it seems fine except that I can't use the ReportViewer from a Web Application.  The ReportViewer in a Windows Application works ok.

Here are the referenced assemblies in the Web Application project:
Telerik.Reporting
Telerik.Reporting.Interfaces
Telerik.Reporting.Processing
Telerik.ReportViewer.WebForms
TelericClassLibrary (my sample reports library)

I get the error below.  The assembly mentioned appears to be the version that I have installed.  I've tried re-installing without luck.  I'm running the Q1 2008 SP1 trial.

Thanks,
Jason

 

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0012: The type 'Telerik.Reporting.Processing.ReportParameters.IReportParameterEditorFactory' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.Reporting.Processing, Version=2.5.8.519, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'.

Source Error:

Line 277:        
Line 278:        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 279: private global::Telerik.ReportViewer.WebForms.ReportViewer @__BuildControlReportViewer1() {Line 280:            global::Telerik.ReportViewer.WebForms.ReportViewer @__ctrl;
Line 281:            

Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\06035c56\e40911d7\App_Web_default.aspx.cdcab7d2.ngdxlvkv.0.cs    Line: 279
Jason
Top achievements
Rank 1
 answered on 09 Jun 2008
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?