Telerik Forums
Reporting Forum
1 answer
126 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
597 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
204 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
169 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
133 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
479 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
542 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
253 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
1 answer
266 views
Hello,

i'm new to c# and asp.net and i'm trying to build a report with the parameters UserID, DateStart, DateEnd.

Filtering by the currently logged in User via UserID works:

(ReportViewer1.Report

as Report1).ReportParameters[0].Value = Page.User.Identity.Name;


For DateStart and DateEnd i created Parameters and set the UI visible to true, so the user gets prompted for the values. So far it's ok.

But how should the Filter Expression look like?
Date BETWEEN DateStart and DateEnd? But how can i do this in Filter - Edit Expressions?

I also tried to setup the DateStart and DateEnd Parameters in the TableAdapter Query and if i pass the two values via code in the Report1.cs it works, but how can i pass the two Values from the UI Parameter Fields to the Tableadapter Fill Query ?


Thanks!

Milen | Product Manager @DX
Telerik team
 answered on 19 Jun 2008
7 answers
490 views
Hi!
How i can export pdf file on client side(report not visible).Simulation of export button click
Steve
Telerik team
 answered on 19 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?