Telerik Forums
Reporting Forum
6 answers
447 views
I am trying to set a subreport's datasource at runtime from the master.  This works great when I can pass the foreign key to the master report via parameters so that I can generate the right data at runtime for the subreport.  Now I have a master report that is generated from a date range.  I am getting the value of the foreign key needed for the subreport from a textfield on the master report.  This works great except for the first record in the master report.  It seems the datasource works on the supreport for any record after that.  I have tried everything, and they all ohave the same result.  I am using Telerik.Q2 2008.  I love this product, but I can't get past this one issue.  See screen shot of page 1 of report and then of the code I am using.  Thanks!
Brant
Top achievements
Rank 1
 answered on 01 Oct 2010
5 answers
426 views

Hi,

I am trying to install Q2 2010 of the Reporting on a xp development environment with VS2010.
When I run the msi-file, I get this message. "Telerik Report Q2 2010 Setup Wizard ended prematurely". Then I can close the Finish-button.

When I look at the eventlog I can see this error message:

Windows Installer installed the product. Product Name: Telerik Reporting Q2 2010. Product Version: 4.1. Product Language: 1033. Installation success or error status: 1603.

The installer works fine in other environments. So, the file isn't corrupt....

Hope for some help.

Kind regards,
Morten :)

Mike
Top achievements
Rank 1
 answered on 01 Oct 2010
4 answers
511 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
295 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
193 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
203 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
316 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
163 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
88 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
106 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
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?