Telerik Forums
Reporting Forum
3 answers
335 views
Like the report has 3 pages, how do I make it so that it will just be previewed on one long page?

And how can I pass the pagecount from the report to another form?
Steve
Telerik team
 answered on 13 Nov 2008
1 answer
594 views
=Fields.[calculation_bruttoAvance] + "(" + Format("{0:0.00}",Fields.[calculation_bruttoAvanceProcent]) + ")" 


a

I would like to do something like the above within the value field of a Telerik.Reporting.Textbox, however it gives me an error.
Is this not possible or am i doing something wrong with the syntax ?
Steve
Telerik team
 answered on 13 Nov 2008
2 answers
105 views
I just loaded Q3 2008 version of Telerik reporting and am adding a report to the App_Code folder of my ASP.NET app.  All that happens is that a regular c# file gets added and the report wizard doesn't load, nor does the designer load when I double-click the report file, only the C#.  I'm running VS 2008 SP1 on Windows Vista Business.  I had 2008 Q2 installed, but replaced it with this.  Q2's features worked fine.  I tried removing and re-installing Q3, but the same behavior occurs... is there something I can do/check to make this work?

(I realize the subject is wrong... I typed 2003 instaed of 2008... sorry)

Thanks.
Marty
Top achievements
Rank 1
 answered on 12 Nov 2008
3 answers
136 views
I am evaluating Telerik Reporting and I am very close to purchasing the product, however I do have an issue. My issue is that my business objects do not have public parameterless constructors and I would prefer to keep it that way. Would it be possible for support for private parameterless constructors to be added?
Steve
Telerik team
 answered on 12 Nov 2008
1 answer
132 views
I would like to upgrade my Telerik Reporting Q2 to the latest Q3.  I have invested a lot of time creating customized reports using TR Q2 and am concerned of potential problems if I upgrade to Q3 as in my stuff may not work. :-)  I have never upgraded Telerik Reporting in the past so was wondering if there are any special considerations that I should take into account before plunging into the upgrade process. 

Steve
Telerik team
 answered on 11 Nov 2008
4 answers
493 views
Here is my setup.
I have a webpage that contains a viewer.  When a user request this page, the code will call a web service. This webservice contains many classes that each contain data that needs to be shown on the web page, so I have the code creating a datatable from the specific fields I need for the report.  I then want to set the report's datasource to this datatable.  Currently it is only showing 2 records, and the report is created with 2 records, but no data is visible in the fields.

Here is the code from the page.load event for the page containing the report viewer:
            Me.CreatePickTicketColumns()  
            Me.GetPickTickets()  
 
            Dim subRpt As Telerik.Reporting.Report = New TelerikReports.PickTicketDetail  
            Dim mainRpt As Telerik.Reporting.Report = New TelerikReports.PickTicket  
 
            mainRpt.DataSource = Me._dtPickTicketHdr  
            Me.ReportViewer1.Report = mainRpt 

The GetPickTickets method is calling the web service and adding rows with specific data to the datatable that is getting set as the datasource for the main report.  The web service call will also create the datatable for the subreport but I haven't coded that yet since I cannot get the header data to display yet.

I can send the project since it is quite small but you probably would not have access to the webservice.

Thanks. 
James
Top achievements
Rank 2
 answered on 11 Nov 2008
1 answer
162 views
Only the first textbox seems to get added.
Like
for (int x=0;x<5;x++){
    Telerik.Reporting.TextBox tbx = new Telerik.Reporting.TextBox();
    tbx.Value = x.ToString();
    headersection.Items.Add(tbx);
}

Help me plz
Steve
Telerik team
 answered on 11 Nov 2008
1 answer
234 views

this is my formula :

'This is to certify that' + ' ' + CStr(Fields.last + "," + Fields.first) + ' ' + 'with PagIBIG ID no.' + ' ' + Fields.[id_pag] + ' ' + 'has been working with us from' + ' ' + Fields.[eff_date].date + ' ' + "to present. The Pag-IBIG  premium deducted from his/her period of employment with us were remitted with the employer's as follows:"




This is to certify that SurName,First Name with PagIBIG ID no. 5676576545435 has been working with us from "1/1/2006 12:00:00 AM" to present. The Pag-IBIG premium deducted from his/her period of employment with us were remitted with the employers as follows

the bold text output should be Jan 1, 2006  and not display also the time




Steve
Telerik team
 answered on 11 Nov 2008
4 answers
564 views
I would like to make the print button in the web ReportViewer automatically print the report to the user's default printer, and also perform other actions based on the user printing the report.  Can you please provide a code example that would allow me to do this?

Thanks!
James
Top achievements
Rank 2
 answered on 10 Nov 2008
1 answer
100 views
Dear Telerik,

thank you for update telerik website . now website has a good speed .

my question is about printing reports
report using adobe plug-in for print reports but in Some PC with adobe reader 9 i have a problem !
printed report does not have font styles and i got printed report with a default font ( Tahoma )

how i can correct this ? !

tnx

Steve
Telerik team
 answered on 10 Nov 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?