Telerik Forums
Reporting Forum
1 answer
158 views
Hi,

I'm not using Report Generation Wizards because I need to hook my reports up to a custom data source. Telerik kindly pointed me at the appropriate documentation to help with this but now I've hit another snag: I don't know how to add data-bound items and text items to the report using the designer interface. Is there any way to do this, and if not, can someone point me at some documentation to show me how it's done programatically?

EDIT: I've managed to add a box programatically, but with bound field boxes I'm getting the message "An error has occured while processing TextBox 'textBox1': The expression contains object 'adID' that is not defined in current context". What's going on here? There's a dataset being called and bound in the codebehind of the report object.

Cheers,
Matt
Steve
Telerik team
 answered on 18 Nov 2008
4 answers
176 views
Hi, I've installed the latest download trial but can't find the project upgrade wizard.

Anyone else had this problem.

Regards,

Graham O'Riley
Netdocs Plc
Graham O'Riley
Top achievements
Rank 1
 answered on 17 Nov 2008
5 answers
78 views
Hi i have a report where i show multiple information on a specific article.

Sales price :      10,00
Cost price           2,00
Comment:             Hi
Stocked amount: 120


The report looks something like the above just with more fields.
The thing is i dont want to show the comment line (nor the cost price) if they are empty and just making it invisible will make the report look wierd with holes.
So what i want is the stocked amount/comment to move up if something above is set to invisible.

Steve
Telerik team
 answered on 17 Nov 2008
1 answer
157 views
Hi,

Is it possible to have some guidance on how one can create reports without using the built in Wizards? All the existing documention seems to be pointing heavily toward wizard-driven development, which is causing me immense problems. All our data access, for example, is through our own custom classes calling stored procs in SQL Server and not through MSDataSetGenerator objects or whatever it is that the wizard puts in your classes for you. The Query Builder doesn't seem to support direct calls to sprocs either, which makes matters more awkward.

Any help very gratefully appreciated!

cheers,
Matt
Steve
Telerik team
 answered on 14 Nov 2008
3 answers
376 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
629 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
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
147 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
155 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
514 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
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?