Telerik Forums
Reporting Forum
1 answer
88 views
When we install a tested module to a second site (not the development site) the Telerik Web Viewer does not register correctly on the new site and it cannot be accessed. Scripting errors occur because the object is missing.

Here is what is included in the DNN manifest file and isntalled on the site:

Module containing the Viewer control. (both ASCX and ASCX.VB files)
The following DLL's aree installed into the \bin folder:

Telerik.Reporting.dll

Telerik.ReportViewer.WebForms.dll

Telerik.Web.UI.dll

WebReports.dll


The installation package executes correctly and places all of the files into their respective locations. The report selector module can be added to a tab, but the viewer will not display and the system generates scripting error when trying to build the default.aspx page that holds the viewer.

What are we missing?

thanks...

David House
Top achievements
Rank 2
 answered on 07 May 2010
8 answers
157 views
Hello,

I am trying to display a report in MOSS 2007 via the smartpart. I am able to generate my report in a basic asp.net website and all is well. I am creating a user control and I set the actual report in the code behind because I need to set a property in the report first to determine what to query for in the actual report(based off of a query string).

When I add the report to MOSS all I get is the report viewer with no report loaded. Does this have something to do with the page life cycle of when the report needs to be generated?

I had read something along these lines for another post about a Rad control http://www.telerik.com/community/forums/aspnet-ajax/ajax/first-time-refesh-in-radajaxpanel-ajax-call.aspx  Any help would be most appreciated.

Thanks,

Justin
Gregory Hite
Top achievements
Rank 1
 answered on 06 May 2010
1 answer
171 views
Hi there,
We are using FileUpload control in our application to upload an image.
But along with uploading a file, we are also some other properties of that file, so we have proivided another button to "Upload and save". Please find here the attached screen shot of UI.
So for us, the "Upload" button of file upload control is use less. But there is not any property of FIleUpload control to remove or disabled the "Upload" button.

Will you please help me solve this issue.
Valentin.Stoychev
Telerik team
 answered on 06 May 2010
1 answer
264 views
Hi All -

oiy! this one is a pain.  I have a column in a dataset that is technically string but in reality has both string and numeric values.  well I want to test for numeric values ... and then format accordingly. so for example suppose i have a dataset that goes ...

10
20
30
apple
40
50

I want the format to be currency. here is my expression.  *IsNumeric is a UDF that simply wraps Microsoft.VisualBasic.IsNumeric.*

=iif(IsNumeric(Fields.[YTD Target]),Format("{0:c}",CDbl(Fields.[YTD Target])),Fields.[YTD Target])

well the report bombs on 'apple' citing 'Input was not in correct format.

The only thing I can figure is that both True and False parts are fully evaluated when IIF is called.. so in the case of 'apple' the True part will surely fail eventhough isNumeric("apple") = False
Peter
Telerik team
 answered on 06 May 2010
7 answers
165 views

Hi,

I hope someone can point me in the right direction.  I have upgraded to Telerik Reports 4.0.10.310, and I've noticed that the reports are working great with stored procedures with parameters in the report library assembly.  However, when I try to update the report viewer with the new report, I am getting a page error at the website, with a "Conditional compilation is turned off" error.  My development environment is VS 2010, Telerik Reports 4.0.10.310, using ASP.NET with VB.NET.  The code is below.

        <telerik:ReportViewer ID="ReportViewer1" runat="server"   
            Report="Reports.WeekDetail, Reports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"   
            Width="7.5in" Height="450px">  
        </telerik:ReportViewer> 
 
VB.NET:
    Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As ObjectByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged  
        ReportViewer1.Report.ReportParameters(0).Value = DropDownList1.SelectedValue  
    End Sub 
 

In the last version, changing the report parameters updated the report without any additional code.

Thanks,
Ed
Joe
Top achievements
Rank 2
 answered on 05 May 2010
1 answer
99 views
Hello,

I've created two reports, each containing a subreport.  In both cases, I tried to send two fields to the subreport and in both cases, to make it work, I had to combine them into one.  I didn't have a problem creating the parameters but only the first seemed to be passed.  Is there some t;hing different I need to do if I have more than one parameter to send to a subreport?

Thanks,
Susan
Peter
Telerik team
 answered on 05 May 2010
1 answer
125 views
Hi,

I want to reduce the space between consecutive rows in a crosstab report. I have attached a file thats shows the requirement. Please suggest something.


Thanks



Peter
Telerik team
 answered on 05 May 2010
1 answer
149 views
What are the differences between Telerik Reporting 2010 vs. Microsoft Visual Studio 2010 Reporting?
Steve
Telerik team
 answered on 05 May 2010
1 answer
914 views
I have a report with three subreports all in the detail section. I want this report to always fit on one page in both the report viewer and the printed report, sort of like the Excel "Fit to page" option. Is there a way to do that?

We're using VS 2008, C#, Q1 2010 build. We've got a WinForm application with a form that contains the ReportViewer control. We instantiate the form and pass it an instance of an IReportDocument. We have KeepTogether set to true on all three subreports but that doesn't prevent the third subreport from getting pushed to a second page.
Steve
Telerik team
 answered on 05 May 2010
1 answer
229 views
Hi,

I have a report wherein I will be passing multiple EncounterID's as parameters to generate the report for every EncounterID. My problem is I dont want to display as many report viewers as there are number of EncounterID's. Can it be done with Report Book. Im a bit naive in this, could you please tell me as to how to go about doing this.

Thanks
Vinayaka Hegde
Steve
Telerik team
 answered on 05 May 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?