Telerik Forums
Reporting Forum
2 answers
494 views
Hi. I'm currently using ActiveReports and considering switching to Telerik Reporting. One of the issues I am having is the ability to create an Excel report with multiple pages (sheets). The number of pages is unknown until the dataset is created. ActiveReports handles this, but with a restriction, when you export to XLS you cannot name the workbook sheets. Would Telerik Reporting allow me to do everything I can do already plus what I am missing?

1) Multiple reports combined inside a single export (workbook), XLS only
2) Each report has its own unique name and should be used as the sheet name

Thanks.
Brendon
Top achievements
Rank 1
 answered on 29 Nov 2012
6 answers
327 views
I am having trouble using the navigation with the Telerik.ReportViewer.WPF Q3 2011.  I am using the MVVM design pattern and passing a reference of the reportviewer to the viewmodel.  In response to a click event a customer dataobject is constructed and populated and feed as the data source to a new distribution report.  The new distribution report is then set as the value for the reportviewer.  However as different versions of the report are ran they are not viewable through the navigation buttons.  How can I accomplish this?

 

var products = Products.Where(x => x.IsSelected);

Custom business object

DistributionCompilation distribution = new DistributionCompilation();

Populating the business object

distribution.BuildSingleBrandDistributionRport(products, SelectedStart, SelectedEnd, MinBottles, NoBuyPeriod, SelectedBrand.Name);

Setting it as the source for the report

NewDistributions distribution_report = new NewDistributions();

distribution_report.DataSource = distribution.ShowReport();

_View.Report = distribution_report;


Malcolm
Top achievements
Rank 1
 answered on 28 Nov 2012
3 answers
852 views

Hello everyone. I have a situation where I have created a master summary report with 2 detail sub reports in it. One of my 2 sub reports refuses to show any data. It is configured the same as the 2nd sub report with its parameters properly being passed along but I get bupkis.

I can run the sub report in question by its self and it will display data beautifully but not when I add it as a sub report to my master report.

I found some code while searching the forum to display a custom message when my sub report has no data and using that I have verified that the sub report is just not getting any data back when run.

Any ideas here to help me get over this hump?

Malcolm
Top achievements
Rank 1
 answered on 28 Nov 2012
12 answers
265 views
I'm trying to add a report to my application called: Availability.cs but I got the message:

The vstemplate file references the wizard class 'Telerik.Reporting.Design.Wizard.AddNewReportWizard', which does not exist in the assembly 'Telerik.Reporting.Design', Version=6.0.12.215, Culture=neutral, PublickeyToken=a9d783dfcc261be'

Ricardo
Top achievements
Rank 2
 answered on 28 Nov 2012
3 answers
136 views
Hello, I have an MVC 3 web project and have created a reports library.  I am new to Telerik reporting but have done previous reporting using SSRS.  For each of my individual report "MyReport.cs" file(s), I have setup some parameters using the wizard.  When a user selects 5 to 6 different parameters from various drop down lists, textboxes, etc, on a report, I want to give the user the ability to save these parameters to the database.  I need to add a label stating "Save this parameterized report as:" with a textbox after it for the user to enter some text, and a button to submit these to the database.  I then want to open this report at another time with the parameters already filled in.  Are there any examples that show how to do this, how to access the code behind, etc?  Thanks very much...
Steve
Telerik team
 answered on 28 Nov 2012
6 answers
159 views
Hi, I have a report telerik, in a rad window, then when I want see the report in my page, get de error Sesion expired(attachment file), I read yours KB articules, and I don't what is my case o wich can be the solution ..
In localhost I haven't problems, only when Is the request in my page. Can be a problem in IIS?
Steve
Telerik team
 answered on 28 Nov 2012
2 answers
165 views
I use localization of reports using the property Localizable=true which is great. The problem is, that I use a lot of expressions in TextBoxes like value=Fields.Info which I want them to stay in original, but they appear in resx file too. I am affraid, that external translator might traslate these expressions and made the report unusable.
Is there any way, how to sign some TextBoxes as "not for localization" to prevent traslation and extraction  to resx file? For instance, aout of 11 TextBoxes I need translate only 3. 

Thank you for help.
Michal
Michal
Top achievements
Rank 1
 answered on 28 Nov 2012
5 answers
180 views
Here's My data:

Account Fund    Amount      Group
Acct1   Fund1   $20     1
Acct1   Fund2   $30     1
Acct1   Fund3   $40     2   
Acct1   Fund4   $50     2
Acct2   Fund1   $60     1
Acct2   Fund2   $70     1
Acct2   Fund3   $80     2
Acct2   Fund4   $90     2

I've created a crosstab report that looks like this:

    Fund1   Fund2   Fund3   Fund4
Acct1   $20     $30     $40     $50
Acct2   $60     $70     $80     $90

I created a group for my "Group" column, but then my report includes all of the fund columns like this:

Group 1
    Fund1   Fund2   Fund3   Fund4
Acct1   $20     $30     0       0   
Acct2   $60     $70     0       0   
  
  
Group 2
    Fund1   Fund2   Fund3   Fund4
Acct1   0       0       $40     $50
Acct2   0       0       $80     $90

But what I want is the report to look like this:

Group 1
    Fund1   Fund2   
Acct1   $20     $30 
Acct2   $60     $70 
  
  
Group 2
    Fund3   Fund4
Acct1   $40     $50
Acct2   $80     $90

How do I do that?
Elian
Telerik team
 answered on 28 Nov 2012
4 answers
169 views

Hi,

I have report with one chart. I would like to have chart with dynamic series.

My dataset (attachment): 00ds.png

My C# code:

customChart.DataGroupColumn = "Status";
customChart.PlotArea.XAxis.DataLabelsColumn = "Quarter";

I've got some strange chart as a result: 01.png. Some series are assigned incorrect. For example, in the Q1 there is "Deleted" with value 10, but it should be in the Q3.

I would like to get something like this: 02.png (note that Q3 and Q4 are changed in the X axis).

Is it possible?

Thanks,

Rafal

Elian
Telerik team
 answered on 28 Nov 2012
4 answers
260 views
Is there any way to achieve the following report?

The report should have the following:
1. a header that should show up only on the first page, and it should extend over the complete width of the page (i.e.. it will cover both columns in the detail section below).
2. a detail section with 2 columns.

I tried the following but did not work:
1. page header, since I can not restrict it to the first page only.
2. report header and group header, both will follow the 2 columns structure and will not extend over the complete page width.

Any help will be appreciated, thanks.
Nate
Top achievements
Rank 1
 answered on 27 Nov 2012
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
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?