Telerik Forums
Reporting Forum
5 answers
346 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
204 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
115 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
564 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
183 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
154 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
6 answers
93 views
Hello,

We have a problem with export to PDF. We are exporting a report of 4 pages. Most of these pages has textual information and only one picture of PNG (~50K). However the PDF file is 9Mbt. Does it sound resonable? How can we make it much smaller

Thank you


Yoni Dagan
Top achievements
Rank 1
 answered on 22 Jun 2008
6 answers
458 views
Hello

I created a report header in my report and i want to show some datafields i mean some information there but when y preview my report i get the next error:

Object reference not set to an instance of an object.

Need Help.

Thanks.
Guillermo Andres
Top achievements
Rank 1
 answered on 19 Jun 2008
5 answers
511 views
Hi

How can I create a Report Header that only appears on Page 1
And then a Report Header that only appears from page 2 onwards ....

I still need the Page Header for all pages, but essentially Page 2, 3 etc. requires a different header than the one on Page 1.
Steve
Telerik team
 answered on 19 Jun 2008
2 answers
239 views

On my report I have text box - Age(). How I can to run below function:

public

string CalculateAge()

{

DateTime BirthDate = DateTime.Now;

int years = DateTime.Now.Year - BirthDate.Year;

// subtract another year if we're before the

 

// birth day in the current year

 

if ((DateTime.Now.Month < BirthDate.Month && (BirthDate.Month - DateTime.Now.Month) >= 6))

years--;

return years.ToString();

}

as User functions for value the text box

Yoni Dagan
Top achievements
Rank 1
 answered on 19 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?