Telerik Forums
Reporting Forum
4 answers
482 views
Hello,

I have an application in WPF.
It produces labels based on a sql query.
Everything is working fine except for the barcode.  It will not print out anything if the value is set to a value from the Fields listing.  If I hard code the value to be equal to say "123" we get a barcode.  If I use the value that works fine in a text box above it, say Fields.Barcode  it prints nothing.

Is this a known bug with the Telerik reporitng and barcodes ? 
Should we be using binding ?

At this point if it does not work we wil be going to try to recreate the label using windows reporting tools and a barcode font.  Wich will be disappointing.

Jack Voss
Peter
Telerik team
 answered on 01 Oct 2010
0 answers
269 views
We are in the process of upgrading an existing applicaiton, we wish to add financial modules to an existing application, and in particular financial reports, i.e. Balance Sheet, Profit & Loss, Cash Flow & Income Statement.  I have looked through the examples provided with Telerik reporting, and can see no worked examples.

I was wondering, have anyone ever used Telerik to make these types of reports?  My main criteria, is as every customer will have different chart of accounts and reporting structure, the solution needs to be flexible.

Crystal Reports have some worked examples using cross-tabs etc. Before I decide on whether to use Telerik or Crystal, it would be good if I could see some similar worked examples.
Mark
Top achievements
Rank 1
 asked on 01 Oct 2010
2 answers
187 views
Im using a WCF Solution that handle the report, and in a Silverlight solution im rendering the report. But i have 2 issues.
1. Cannot debug in the WCF service the Need_Datasource event.
2. when trying to render the  report show me this error: "There is no available report type with assembly qualified name "ReportName, Namespace". Could not load file or assembly "ReportName, Namespace" or one of its dependencies. The system cannot find the file specified.

Please if you could send me an example on how to work with WCF and Silverlight in 2 diferenst solutions it would be great.
Mitchell
Top achievements
Rank 1
 answered on 30 Sep 2010
2 answers
173 views
Hi,

It might be a good idea to add the possibility to localize the RadComboBox export content (like Acrobat (PDF) file or CSV (comma delimited)).

By the way, where can I find the last base ReportViewer .resx file (Telerik.ReportViewer.WebForms.Resources) ? I guess this one is not the last one ? (http://www.telerik.com/support/kb/reporting/report-viewers/localizing-the-telerik-report-viewer.aspx)

Thank You
A.Boiselle
arnaud
Top achievements
Rank 1
 answered on 30 Sep 2010
3 answers
296 views
Is there any way that i can use the below mentioned business object to generate the report  ?

public class PriliminaryReport {
        public Practitioner Practitioner { get; set; }
        public Patient Patient { get; set; }
        public IEnumerable<Score> Scores { get; set; }
        public long TotalScore { get { return Scores.Select(x => x.SecScore).Sum(); } }
    }


This is a report which contains the patient's Score .

i want patient,practitioner details and section wise score of the patient .

Steve
Telerik team
 answered on 30 Sep 2010
2 answers
146 views
Hello, 

first here is my sln in VS2010:

- BigBrother.DataAccess project: in there I have a DataService class that is used to expose my data. Accessing the data is used via Entity Framework. Currently, im simply calling a member that is used to fetch a list of Establishments.

- BigBrother.MVC.Intranet: in there I have a full intranet website where I want to serve some reports. I have a report folder where I'm trying to create my first report that lists the Establishments that are fetched from my DataService. 

So here's the error im getting when im checking the preview pane:

An error has occurred while processing Report '':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.



I know it has something to do with my the connectionString, but ive tried various solutions but none worked...Anyone have been able to do something similar to me?
Pierre-Alain
Top achievements
Rank 1
 answered on 30 Sep 2010
1 answer
76 views
The reporting control will support customer paging? it is, use the database paging method and load data only one page,but not load all the data to memory in one time.
Steve
Telerik team
 answered on 30 Sep 2010
1 answer
87 views
Hi Telerik,

We are currently using your reporting solution and we have liked it so far. There is a bug that we noticed when moving to the last page while the reportviewer is still rendering pages. In this case the reportviewer will hung, displaying "Loading Page"  and never giving control back to the user.

I have tried using the ReportViewerContext IsInProgress bound to the MoveToLastPage RadButton to prevent this behaviour but it didn't help because this property seems to be only true when there are no pages shown. I have seen that the property gets set to false as soon as the first page is rendered.

Any solutions or workarounds will be greatly appreciated,

Peter
Telerik team
 answered on 30 Sep 2010
0 answers
64 views

 

Hello Telerik Team,

I have an issue.
I have a mainreport with a subreport in it.My main report has one parameter and three values for that parameter.
When i use the subreport inside the main report..how can i pass the same parameter values used by the Main report to the subreport.

 

Please provide me an example.
Does the item data binding event solve my problem.

It means for each and every main report record, I should have a corresponding subreport.

Please kindly provide me an example.

Thank you,
Smith

smith spd
Top achievements
Rank 1
 asked on 29 Sep 2010
1 answer
112 views
Dear Telerik Team,

  I think there is an error in your type list of Rendering Extensions for the Telerik Reporting Q2 2010 Documentation.

You write on this page, that for controlling the rendering extensions drop-down menu in the Report Viewer the type of the RTF Renderer is "Telerik.Reporting.ImageRendering.RtfReport, Telerik.Reporting, Version=x.x.x.x, Culture=neutral, PublicKeyToken=a9d7983dfcc261be". If I use this, I get an error, that the Reporting Assembly doesn't contain an object named ImageRendering.RtfReport.

After some searching and testing, I found the correct Type, which is "Telerik.Reporting.RtfRendering.RtfReport,...".

My main problem was, that the error only occurred in the deployed application (deployment always costs a lot time) and not in local setup. So it took me nearly a day to fix this problem.

So please update the documentation, to avoid this error for other users.

Sincerely yours
  Thomas
Peter
Telerik team
 answered on 29 Sep 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?