Telerik Forums
Reporting Forum
1 answer
84 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
165 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
175 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
222 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
103 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
444 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
1.0K+ 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
265 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
1 answer
250 views
Has anyone use an LLBLGen Collection as a Reporting DataSource?

Here's what I tried:
I added a reference to my generated LLBL dll and the LLBL runtime dlls.  Then I started the New Report Wizard...Create Data Source...Business Object...My LLBL DLL...

I can drill into my dll and pick the collection I am interested in.  I see the fields in the layout dialog and add them to the report.

Since this part went smoothly, I am assuming I am on the correct path so far.  The problem I am having is getting the report to return any data.  It displays without error, but is blank aside from field titles.  I added the connection string to the app.config file.  Is that where it belongs?  Any pointers?

Thanks!




Hrisi
Telerik team
 answered on 09 Jun 2008
3 answers
267 views
Hi :o)        

I wondered if you have any code snippets in vb on how to filter the data in a report programatically as I can't find this in the help file.

Thank you so much

Tim x
Steve
Telerik team
 answered on 09 Jun 2008
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?