Telerik Forums
Reporting Forum
1 answer
189 views
Is it possible to set the print job name when printing a report?
Using a PDF printer (like FreePDF, Adobe PDF, Distiller etc) the report-viewer seems to pass the report class name instead of the member "name" or "documentname" leading to not that helpful file names.
I know there is a working PDF-Export feature... but sometimes it's helpful to have additional options like watermarks and multiple pages to one.


Thanks in advance!
Steve
Telerik team
 answered on 24 Jun 2011
8 answers
485 views
I have installed the latest Telerik Reporting into my vs2008 environment.  I have not used the reporting yet so am just now getting into it.  After the install I do not have any telerik toolbox tab or items, and I don't have any Telerik Reporting menu item.

I am able to create a class using the telerik reporting template, however I had to manually add a Telerik Reporting toolbox tab and then add the items to it.  However I am not sure how to get the Telerik Reporting menu item to show up.

I can go into designer and lay out a report.  Just not sure what all I'm missing with not having the Telerik Reporting menu item or what other part of the install may not have worked correctly.

I looked and I do have the Telerik_Reporting_Q1_2009.zip file in the following folder:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp

Thx,
Kevin
Ross
Top achievements
Rank 2
 answered on 24 Jun 2011
7 answers
205 views
2010.1 - Current Build

When I set the value of an ObjectDataSource parameter to "=Parameters.SomeParameter.Value", the ODS disappears from Data Explorer.  It reappears if I set the parameter value to <blank>.  Is it supposed to do this?

Thanks,
-Brian
Steve
Telerik team
 answered on 24 Jun 2011
11 answers
670 views
I am probably having two problems:
  1. How do you set the chart x axis and y axis to the dataset columns?
  2. Am not seeing any data in my chart from the datasource code below.

When I preview this chart, I am not getting data in the chart.  It shows 5 empty charts.

Code:

 

namespace

 

CPR_Reports

 

 

 {

 

using System;

 

 

 

using System.ComponentModel;

 

 

 

using System.Data;

 

 

 

using System.Data.SqlClient;

 

 

 

using System.Drawing;

 

 

 

using System.Windows.Forms;

 

 

 

using Telerik.Reporting;

 

 

 

using Telerik.Reporting.Drawing;

 

 

 

using Telerik.Reporting.Processing;

 

 

 

 

public partial class ActivePatientsChart : Telerik.Reporting.Report

 

 

 

 

{

 

 

 

 

public ActivePatientsChart()

 

 

 {

 

 

 

 

 InitializeComponent();

 

 

 

 

 

try

 

 

{

 

 

 

this.weB_PORTAL_TESTDataSetTableAdapter1.Fill(this.wEB_PORTAL_TESTDataSet.WEB_PORTAL_TESTDataSetTable);

 

 

}

 

catch (System.Exception ex)

 

 

 {

 

System.Diagnostics.Debug.WriteLine(ex.Message);

 

 

 }

}

 

 

 

private void chart1_NeedDataSource(object sender, System.EventArgs e)

{

 

string commandText = "select sum(I_Val) as ivalue,Date_ as day from stats where DATE_ between'6/26/2009' and '7/2/2009' and stat_no =4 group by Date_";

 

 

 

 

Telerik.Reporting.Processing.Chart chart = (Telerik.Reporting.Processing.Chart)sender;

 

 

 

SqlDataAdapter adapter = new SqlDataAdapter(commandText, Properties.Settings.Default.WEB_PORTAL_TEST);

 

 

 

DataSet ds = new DataSet();

 

 

adapter.Fill(ds);

 

DataView view = ds.Tables[0].DefaultView;

 

 

chart.DataSource = view;

 

}

 

}

}

 

Steve
Telerik team
 answered on 24 Jun 2011
1 answer
164 views
We have a very unique need from our customer who wants to have a custom front end with a fancy design where user can select list of columns and other business related information, based on this information we need to get data from database and construct a report on the fly. So my question is

1. Using Telerik can we create report on the fly. where we will control every aspect thru runtime, similar to design time features. such as adding fields, grouping, adding aggregration, changing layout etc.
2. Does Telerik supports in place edit mode for reports. We looked at Stimulsoft which provides complete flexible in terms of report construction also it has a in-place designer that can be launched in run time.

Let me know your thoughts around it.
Steve
Telerik team
 answered on 24 Jun 2011
2 answers
144 views
Hello there

we have a Silverlight project (2010.3.1110.1040) using several reports (4.2.10.1110) trough ReportViewer which basically run fine. However, trying to access them from a 64-bit Windows 7 client (using 32-bit IE 9 since 64-bit browser is not supported) fails on opening reports. Acrobat Reader X 10 is installed.

Searching through the Telerik sites and forums I was not able to find a clear statement saying whether reporting combined with Silverlight is supported for 64-bit clients or not (developped and deployed on 32-bit machines by the way).

Thanks for your help in advance

Rudolf
Rudolf Bösch
Top achievements
Rank 1
 answered on 24 Jun 2011
3 answers
110 views
Hello,

I'm very new in telerik applications. I'm working on the charts part. I need to do an upgrade to something already existing.
I attached a picture of what is currently existing. As you can see there is a series label on the top of each bar (the value). I would like to know if it is possible to add an second label (above or below the other one). for example, a pourcentage.

If possible, could you please give some guidelines to help me ?

Thank you !
Steve
Telerik team
 answered on 24 Jun 2011
3 answers
151 views

I have my report viewer in a telerik child window and I want to resize the reportviewer based on the size of the child window.
The width of the report viewer will resize automatically when nothing is set.  The Height will continue down the page to where I can't see it.

I'm putting the report viewer in a grid.  I can bind the height to initial Grid height, but it won't resize.

<Grid x:Name="LayoutRoot" Background="White">
                <my:ReportViewer
                                Margin="2 5 2 5" MinHeight="600"
                                 Name="repViewer"
                                Height="{Binding ElementName=LayoutRoot, Path=ActualHeight}"
                                 />
...

Peter
Telerik team
 answered on 23 Jun 2011
1 answer
103 views
Hello,
some times ago i found a demo video about how to passa a parameter from a windows form to a report.
On the form there was an inputBox and by pushing a button thhe value in inputbox were passed to the report.
I am not able to find that video again. Could someone helpe me , please.?
Peter
Telerik team
 answered on 23 Jun 2011
1 answer
69 views
I have a program that allows a user to input content into a rad editor.  The content is then delivered to their customers via a report that is opened as a pdf.  The problem that I have is that the user can put images into the rad editor, however, when this content is put into the report (dynamically) the images do not show.  Is this even possible?
Peter
Telerik team
 answered on 23 Jun 2011
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?