Telerik Forums
Reporting Forum
4 answers
513 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
179 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
245 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
584 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
105 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
251 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
124 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
574 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
161 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
2 answers
113 views
I am testing the Q2 2008 TRIAL version of the Telerik report control in a ASP.NET 2, C#, web project application. 

I've created a report and gotten it to work fine on my development computer here, and also on a website on the same computer.  When I deployed the app, along with the test report, to the client's test web server and tried to run the report, the aspx page hosting the report opened, but was blank.  There was no error message. 

The connection string was localized to the test server's database, so no problem there.

In the bin file deployed to the client's server the files relevant to the report are:

ClaimsReportClasses.dll & ClaimsReportClasses.pdb

I tried adding this line to the web.config file on the server, but it simply prevented the entire app from loading:

<

httpHandlers>

 

<!--

This put in Oct 22, 08 to be able to run telerik reports MST -->

 

<

add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.8.8.925, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />

 

This is a trial version.  Could that be the problem?  The reason we need to test this on their server is because the whole reason we are looking at the Telerik report control is that one organization is receiving errors when they try to open their reports which use the Vis Studio report viewer control.  Maybe they wil not have the same problem with this control.

Thanks
Mike Thomas




Mike
Top achievements
Rank 1
 answered on 06 Nov 2008
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?