Telerik Forums
Reporting Forum
2 answers
112 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
148 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
157 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
521 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
189 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
247 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
593 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
110 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
253 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
126 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
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?