Telerik Forums
Reporting Forum
4 answers
92 views
Hi,

Our application is using Telerik Silverlight RadChart control on various pages and has some custom logic around chart display. I want to create reports using Telerik Silverlight Reporting and would like to reuse the existing logic used in Silverlight application to generate charts.

I noticed RadChart and Reporting Chart have different structures.

Is there a way I can re-use existing chart generation logic in reporting?

Thanks,
Aarti
Moldo
Top achievements
Rank 1
 answered on 31 Oct 2011
1 answer
150 views
Hi, I working with telerik reporting Q2 2010, I have a page i wich you select a value from a combobox from 1 to 32, corresponding to country ID's, when the report is generated it shows users from the "country Id" selected in the textbox, my question is if i add an new index to the combobox called "All" that generates the report with users of all the ID's?
Is it possible to do this?
Hope your help.

Best regards
Cristian
Daniela
Top achievements
Rank 1
 answered on 31 Oct 2011
3 answers
370 views
Hi,

Been working with your Reporting solution and it's really good - thanks!
Most things have been very easy - however I'm a bit stumped on what appears to be a very simple request.

I have a NOT NULL boolean field that I want to filter on - I want the user to be able to show true values, false values or both. It would probably best be shown as a radiogroup - [True, False, All]

  I'm using an Entity Data Source so I presume I'd need to create an ObjectDataSource to show these three options. Can you show me the way you guys would do this and the best way to implement the UI for such a requirement. 

Thanks
Simon
IvanY
Telerik team
 answered on 31 Oct 2011
5 answers
261 views
Hi,

I've a telerik report in a reportview, which is working great, from here I can print/export/...

But I need to print the report without displaying it in a reportviewer. How can I do that?

Another related question: I've one report that I need to print several time(more than 400) with different data, is there a way to print all reports in only one "print job".

Thank you!
Steve
Telerik team
 answered on 28 Oct 2011
3 answers
147 views

   I generate employee report for one person.  I want to generate this report for a lot of people in one report. when reporting generate to stop for first employeer, the second will start at the end of  first employeer data. Can it possible.? Thanks for your helping.
IvanY
Telerik team
 answered on 28 Oct 2011
0 answers
144 views
We are using ATT USB devices to do invoices remotely.  The page loads fine but when data is requested from the drop down lists it hangs frequently.  If I tether a phone and do the same thing, it functions correctly.  Are there any known issues with ATT, ATT Communicator, or specific devices?  Is anyone else accessing Telerik using a wireless device? If you are, what device, service, etc are you using?
Matt
Top achievements
Rank 1
 asked on 28 Oct 2011
1 answer
198 views
I have developed three reports within a class library which I now need to localize.  The localization support in Telerik Reporting is great, by the way.  It's very useful to be able to switch between languages in the designer and update the different languages in situ.

However, I am having a problem with one of my three reports.  When I try to set the 'Localizable' property to 'true' in the designer, I just get an hourglass for about 5 seconds, and then a 'Property value is not valid' error pops up.  Its detail says 'Object reference not set to an instance of an object'.  The report works fine in every other way.

I've rebooted my system and run the Telerik Reports upgrade wizard, but to no avail.  I am using v Q3 2010.  Can anyone offer any suggestions as to what else I can try?

Michael
Steve
Telerik team
 answered on 28 Oct 2011
1 answer
95 views
Hi,

I've been testing your latest Telerik Reporting - Silverlight Report Viewer (trial version).

In video - "Using Parameterized Queries in Telerik Reporting with the SqlDataSource Component" - the report viewer creates an input parameters area but I want to build my own input parameters area and passing the input values from silverlight to report is it possible?

Thanks,
Andreia
Steve
Telerik team
 answered on 28 Oct 2011
3 answers
445 views
I'm new to this, so this could be a setup problem or a user problem. I'm trying out my first app with a Telerik report. I want to add the report viewer to my windows form. When I look into the Telerik section in the Toolbox, I see 5 items listed, Pointer, and 4 instances of ReportBook. Where do I find the ReportViewer? An image of my screen is attached below.

I thought maybe it was due to references, so I added all that could make any sense. I tried adding a report to the project and that didn't help.

Any suggestions?

Thanks,
Bernie
Steve
Telerik team
 answered on 28 Oct 2011
3 answers
1.2K+ views
I am setting up a Telerik Reporting Class Library in a WinForms Solution, with Telerik Reporting Q2 2011. Following the Best Practices, I am using a sqlDataSource, and have used the wizard to setup the connection and SQL statements.

The problem is that the report editor has set the connection string in the report designer file like so:

Report1.Designer.cs
this.sqlDataSource1.ConnectionString = "ReportsProject.Properties.Settings.ReportsConnectionString";

It is a String of the Report Project Settings Variable, not a Reference to the Report Project Settings Variable. This works fine for designing the report within the Reports Project, however, a ReportViewer in a Forms Project will produce a run-time error.

Error Output Produced:
  • Telerik.Reporting.Processing.Data.SqlDataSourceException: Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application. ---> System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.

I have attempted to rectify the error by copying the Connection String Setting from the Report Project into the Forms Project. I assume this doesn't work as the Connection String is trying to reference the Private Connection String in the Report Project.

I now set the Connection String in the Report Constructor to the Settings Value. After this is added the Forms Project displays the report without error.

Report1.cs
this.sqlDataSource1.ConnectionString = ReportsProject.Properties.Settings.Default.ReportsConnectionString;

 I am unsure why I am required to reference the setting through the "Settings.Default" object, where the designer sets a string that references straight from the "Settings" object. (edit: the report reads the app.config file, it doesn't use the settings object)

Is there a work around so I won't need to set the connection string in the constructor as well as the designer? 
Engineering
Top achievements
Rank 1
 answered on 27 Oct 2011
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?