Telerik Forums
Reporting Forum
6 answers
839 views
Hi, I am creating an invoice report that has a payment slip at the bottom of the report. The payment slip contains the Amount Due and the Address to mail in the payment. Customers detach the payment slip along the dotted line and send it along with their payment. The address on the payment slip should always show up through the envelope window. This can only happen when the payment slip always prints at a fixed distance from the bottom of the page. I've tried using a panel (that docks to the bottom of the page etc.) without any luck.

Can you please provide me some tips on how I can do this?

Thanks
Mahipal
Samson
Top achievements
Rank 1
 answered on 15 Mar 2018
1 answer
100 views
Hello, for testing, I installed Telerik Reporting R1 2018 and configured the filtering in the parameter report. In the studio, everything works, but when you build and install on the server, the data is displayed all without filtering in Chrome and Firefox. In safari and IE work fine. Project ASP.NET 2.0 Framework 4.0.
Alex
Top achievements
Rank 1
 answered on 15 Mar 2018
3 answers
599 views

I have a report that has a table that is populated from a stored procedure showing sales by contract - one line per contract.

I need to add 2 levels of groups so that I can show Sales by Salesperson within Shop with a page break on Shop and totals at both the Salesperson and Shop levels.

I have tried adding 2 Groups and moved the table to the last Group Header section but the grouping doesn't seem to be doing anything.  The report is not showing any Shop or Salesman details.  The design is shown in the attached image.

 

What am I missing?

Regards

Kevin

 

Todor
Telerik team
 answered on 14 Mar 2018
4 answers
671 views
Hi,

I'm trying to create a graph with a few series on a numerical Y axis and date time X axis.
The Y axis is very simple with a fixed range and a known number of steps. However the X axis could have anything from a few values over a 5 minute range to a few hundred values over a 5 year range.

By default the graph appears to be configured to automatically set the scale, unit set to auto, but for a short range of values it just puts a label every minute and for longer periods it complains about having more than 5000 ticks.
All the documentation seems to suggest I need to set the unit and step values in the designer but this is not an option when I have an unknown range of values.

What do I need to do to get it to automatically calculate a suitable scale for the X axis.

I'm using Q2 2014 SP1.

Thanks,
Martin
Nancy
Top achievements
Rank 1
 answered on 14 Mar 2018
8 answers
1.2K+ views
I'm trying to incorporate the new InstanceReportSource into an existing program that I've inherited.  I understand the Visual Basic examples given, but I'm stymied how to apply it to a C# program that is using interfaces.  Using the older version of Telerik that came with the program, the code will compile and run (although the designer won't come up).  Upon upgrading to the latest release of Telerik reporting, I've gotten the designer to come up on some of the reports.  However, I've got a few that are flagging errors about the deprecated RecordSource.  Therein is my confusion.  My attempts to incorporate the InstanceReportSource seems to result in more errors and I'm at a loss.  I did submit a trouble ticket when I was first intially using the trial version.  The end result was to "use the Instance Report Source".

I'm currently using Telerik Q2 2012 SP1, Visual Studio C# 10.0.30319.1 and .NET 2010 4.0.30319

In addition to the code listed below, I've also included a screen shot of the error message(s).   Any help or direction you could provide would be greatly appreciated.  Many Thanks!! 

 

namespace Reports 
  
 {
  
 using System; 
  
 using System.ComponentModel; 
  
 using System.Drawing; 
  
 using System.Windows.Forms; 
  
 using Telerik.Reporting; 
  
 using Telerik.Reporting.Drawing; 
  
   
  
/// <summary> 
  
 /// Summary description for Conservation2VacuumReport. 
  
 /// </summary> 
  
 public partial class ConservationPressureReport : Telerik.Reporting.Report, IStandardReport 
  
 {
  
 public ConservationPressureReport() 
  
 {
  
/// <summary> 
  
/// Required for telerik Reporting designer support 
  
/// </summary> 
  
 InitializeComponent();
  
// 
  
 // TODO: Add any constructor code after InitializeComponent call 
  
 // 
  
 }
  
  
  
#region IStandardReport Members 
  
 ProjectReport IStandardReport.ProjectReport 
  
 {
  
get { return this.ProjectReport.ReportSource as ProjectReport; } 
  
 }
  
   
  
TankReport IStandardReport.TankReport 
  
 {
  
get { return this.TankReport.ReportSource as TankReport; } 
  
 }
  
ISO283Report IStandardReport.isoReport 
  
 {
  
get { return isoReport.ReportSource as ISO283Report; } 
  
 }
  
 public bool iso283Visible 
  
 {
  
 get 
{
return isoReport.Visible; 
  
}
  
   
  
set 
  
 {
  
isoReport.Visible = value; 
  
 }
  
}
  
   
  
VacuumReport IStandardReport.vacuumReport 
  
 
  
 get { return this.VacuumReport.ReportSource as VacuumReport; } 
  
 }
  
#endregion
  
}
  
}

 

 

 

Pabricio
Top achievements
Rank 1
 answered on 13 Mar 2018
3 answers
174 views

Hi, I am working on Telerik Reporting version R3 2017. I got the output as expected and it is giving me report very accurately if all data is there. In some cases I am my Table wizards do not have Data in Datasource and as result it is creating an empty patch on report.
Let me explain: Lets say I have 4 table wizards

TableWizard1 - shows Customer with only with First Name
TableWizard2 - shows Customer with only with Last Name
TableWizard3 - shows Customer with only with Address 
TableWizard4 - shows Customer with only with Phone Number

All 4 table wizards getting filled by only one CustomerDetailsDataSource to make it in different tables I applied filters Lets say for TableWizard1, I applied filter if F_Name!= "" or for TableWizard2 I applied filter L-Name!= "". 

Now, my problem is if there is TableWizard1, TableWizard2 & TableWizard4 has some data and TableWizard3 do not have any data still it is showing an empty patch on  ReportViewer, Obviously on PDF also.
 
I had look on NoDataMessage but it seems like it doesnt work in this case. Can you please suggest how can I handle that?
Thank You

Todor
Telerik team
 answered on 12 Mar 2018
1 answer
333 views
We have a number of report that have a company logo on them.  When it is on the screen it looks fine but when printing to PDF or to a printer the logo gets fuzzy.  I have tried a number of different thing to make it clearer.  I have resized it to almost the exact print size yet it still gets fuzzy.  The logo uses a very thin font.
Silviya
Telerik team
 answered on 12 Mar 2018
8 answers
7.3K+ views
I have two date pickers on my report that set two parameters (@BeginDate and @EndDate). In the header of the report and have this textbox:

Date of data: {Parameters.BeginDate.Value} to {Parameters.EndDate.Value}

When the user selects both dates and generate the report, the textbox displays

Date of data: 4/1/2012 12:00:00 AM to 4/2/2012 12:00:00 AM

I do not want the timestamp showing up as the user is only selecting a date. I tried to apply formating to the textbox {0:d} but that didn't work.

Any suggestions?


Punprom
Top achievements
Rank 2
 answered on 09 Mar 2018
0 answers
115 views
Hi all,

I'm creating a report and populating few fields in table. Some columns don't have any record in it and I want that column along with header to be erased or let's say shifted left. 
Here is something that might explain my situation.


Item            VAT Amount             WHT Amount           Total Amount
Table            250                                                          250
Table            1150                                                        1150
Table            50                                                            50


I want this to be like this 


Item            VAT Amount       Total Amount
Table            250                   250
Table            1150                 1150
Table            50                     50


Can anybody help me out with this ?



Muhammad
Top achievements
Rank 1
 asked on 09 Mar 2018
4 answers
1.5K+ views

Hi..
I'm getting a strange error on just one of the rows in my report.    The data looks fine.


"An error has occured while processing TextBox  txtBoxCustomer
The expression contains object 'Exp1' that is not defined in the current"

Any ideas?

thanks again
Manthri
Top achievements
Rank 1
 answered on 08 Mar 2018
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?