Telerik Forums
Reporting Forum
1 answer
126 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
470 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
147 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
221 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
542 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
93 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
1 answer
224 views
Hi
I am new to the telerik Report.
I purchased the whole package so i have licence for the telerik reoprt and i want to start use it.
My question is:
Except for the reports that i design for my user based on specific demands,
I want to give to the 'end user' a 'Report Generator'. Meaning that the 'end user' will be able to generate a new report by himself using a wizard.
The user shuold be able to connect to a database (sybase/oracle) , select a schema, select a table, see tha columns and it's type, select the columns and produce a report based on the selected columns (from one or more tables).
Is that possible on the telerik Report?
Is it easy to implement?
Do you have an example for that?

Thanks
Yael Kline
Izabela
Telerik team
 answered on 10 Nov 2008
1 answer
105 views
iam Using the Telerik Windows report But I Had a Problem When I Using It  , The Problem is Disturbing and It is : -
Delayed the loading of the report in the Windows Application .

I mean this Problem is : -

when I calling  the report is loading the data to be presented and it takes a long time to show the data in Report body with the Picture Generating Report  2 or more 
Minutes

How i Can Solve It ?
Please help me quickly ...



 
Vassil Petev
Telerik team
 answered on 10 Nov 2008
2 answers
539 views
Does anyone know if there is a way to set the report to be displayed by default at the page width setting (pull down selection)?  Currently it defaults at 100%...  Thx!
Sasa
Top achievements
Rank 1
 answered on 07 Nov 2008
1 answer
132 views

I noticed that there is a new release for Telerik Reporting, but have been unable to find a location on your new website to download.  When I go under my subscription and click on the downloads, it does not appear.

 

Can you provide a good link to download the new release?

 

Thanks!

Steve
Telerik team
 answered on 07 Nov 2008
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?