Telerik Forums
Reporting Forum
1 answer
144 views
Hello,

I am using Telerik reporting 2.5/VS2005/VB.net.

In a group footer, I want to conditionally suppress lines that have zero values.
Example:

Totals for conference 232322
800 callers        9
Local callers      5
Dialout callers    2
Total callers        16

If there are no Local callers, I want the following ....
Totals for conference 232322
800 callers        9
Dialout callers    2
Total callers        11

With no blanks for the rows, a total suppression of the lable and counter field.

Thanks, Ken

Milen | Product Manager @DX
Telerik team
 answered on 25 Jun 2008
2 answers
850 views
if i use substr to simply show the first 20 chars of an address, =substr(Address,20) its fine as long as the address is longer than 20 chars and isnt null, but delivers errors if the address is either short or null
Scott
Top achievements
Rank 1
 answered on 25 Jun 2008
3 answers
175 views
i have a user function public static and it works fine in preview mode but in web viewer i get 
#ERROR# The expression contains undefined function call ShortAddress().
kmv
Top achievements
Rank 1
 answered on 25 Jun 2008
4 answers
291 views
When publishing my web application to the production site, I get this applicaiton error on start up:

Parser Error Message: Could not load file or assembly 'Telerik.Reporting.Interfaces, Version=2.0.1.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified.

Line 51: <add assembly="Telerik.Reporting, Version=2.0.1.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
Line 52: <add assembly="Telerik.Reporting.Processing, Version=2.0.1.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
Line 53: <add assembly="Telerik.Reporting.Interfaces, Version=2.0.1.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
Line 54: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 55: <add assembly="Telerik.Charting, Version=1.7.2.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>

Here is a screen shot of the files in my /bin folder on the production server:

http://screencast.com/t/9bObhKoKMB

I don't need to install the Telerik Reporting components on the production web server, do I?

Thanks,

Jason


Steve
Telerik team
 answered on 25 Jun 2008
5 answers
376 views
I have a section on my report that display the company name, street address, city, state and zip all stacked on top of one another. My problem is that when someone enters a two line street address, the second  line bleeds over on top of the city. Is there a way to dynamically increase the size of the textbox to accommodate the second line and then push all of the textboxes underneath it down.

Thanks
Jeff
Jeff
Top achievements
Rank 1
 answered on 24 Jun 2008
1 answer
217 views
hi,
    Iam new to Telerik.I want to do bind the telerik Report dynamically.
i don't want to use dataadapter.

I used dataadapter for reports.it is working fine in my mechine.but when deployed it in server it may show error ie(connection string).
to avoid this problem iam trying to use dataset only.and one more is iam useing reports in dotnetnuke .and iam useing storedprocedures.

i have a method it returns Dataset. Iam passing parameters dynamically to the method.so i want to assign dataset to report.

I used CrystalReports previously ,in that i used xml file.i loaded the xml file useing dataset.than i assign it to CrystalReport. here i was strucked when working with TelerikReport.

pls help me .pls send me any code for binding the report dynamically.

ThankYou..
Steve
Telerik team
 answered on 24 Jun 2008
1 answer
123 views
Hello

Is that Telerik reporting webinar from 6/18 available for purchase? I was not able to attend it live, but would love to see it now.

Thanks
Harold
Ivo
Telerik team
 answered on 24 Jun 2008
5 answers
587 views

i have read numerous posts and it appears as if i am doing this correctly, but i cannot get it to work. i am trying to pass 3 parameters to a stored proc used within my report. i use a class library for my report. i can run it in the designer fine, but when trying to execute from my application i get:

"procedure or function 'rpt_unpaidregistrations' expects parameter @OrganizationKey, which was not supplied.

if i put in a breakpoint on report1, i can see my parameters, and, after this code executes, their values. what am i missing?

as another question, in the class library when you are setting up the report, there seem to be 2 places where you can specify parameters. in the report itself AND within the SQLDataAdapter. running within the class library, i don't seem to need to ones at the report level. when are these needed, if at all?

thanks...

Me.ReportViewer1.Report = New rptUnpaidRegistrations

Dim report1 As Telerik.Reporting.Report = Me.ReportViewer1.Report

report1.ReportParameters(0).Value =

CInt(currentUser.OrganizationKey)

report1.ReportParameters(1).Value =

CInt(seasonKey)

report1.ReportParameters(2).Value =

CInt(leagueKey)

Me.ReportViewer1.Report = report1

Susan
Top achievements
Rank 1
 answered on 24 Jun 2008
5 answers
200 views
hi..
    after adding new item i.e TelerikReport to my application .it is showing overflow error
Steve
Telerik team
 answered on 23 Jun 2008
10 answers
167 views
My page have two reports display:none and two buttons (a.print list and b.print scoring results)

the script:

<

script type="text/javascript">

function

PrintScoringList()

{

<%=ReportScoringList.ClientID %>.Print();

}

function

PrintScoringResults()

{

alert(

"Now,We will print Scoring Results");

<%=ReportScoringResult.ClientID %>.Print();

}

</

script>

and now about problem:
PrintScoringResults I call after programmaticaly binding results after this I call PrintScoringList but report printing ScoringResults(the anothe object)

Where I err?

Thanks ahead,Sergey!

Yoni Dagan
Top achievements
Rank 1
 answered on 23 Jun 2008
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?