Telerik Forums
Reporting Forum
1 answer
189 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
282 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
180 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
109 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
139 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
159 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
943 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
237 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
2 answers
181 views
When I run my report I am getting a strange error from oracle.  Most of my reports work but there are a few that get this error.  There is no LOB data that I am trying to retrieve and my other reports are retrieving a lot of the same information.  It gives me a generic oracle error code (ORA-00600)  but then the parameters of this error are [kzaSqlBindLob1], [22923] has anyone run into this before?
brigus
Top achievements
Rank 2
 answered on 05 May 2010
2 answers
152 views

First time uploading project to webserver ...  seems to be report viewer related.  .net 2.0 and .net 3.5 are on the server.

Server Error in '/abcd' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Telerik.ReportViewer.WebForms, Version=4.0.10.421, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified. (E:\Data\Web\Host1\maut\web.config line 118) (E:\Data\Web\Host1\abcd\web.config line 168)

Source Error:

Line 166:    <httpModules>
Line 167:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 168: <add name="BridgeModule" type="Microsoft.Web.Services.BridgeModule" />Line 169:      <add name="WebResourceCompression" type="Microsoft.Web.Services.WebResourceCompressionModule" />
Line 170:    </httpModules>

Source File: E:\Data\Web\Host1\abcd\web.config    Line: 168

 


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

 

kellyroberts
Top achievements
Rank 1
 answered on 05 May 2010
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?