Telerik Forums
Reporting Forum
1 answer
107 views

Hello,

 

I have a report which will be sent to n receivers. All receivers will receive the same report.

For this reason I want to add name and address in the report header.

In the end I want to generate one pdf with the n reports, one for each receiver.

Is it possible to do this in in one report, or do I have to make n reports and merge them together after they are genererated?

Please advice!

 

Regards Vegard.

Silviya
Telerik team
 answered on 07 Jan 2019
4 answers
96 views
The center of the X and Y axes is not in the center of the Bubble or Scatter chart.

General Information:
- Operation System: Windows 10
- Telerik Reporting, version 12.1.18.516
- The control: Telerik Reporting Graph, Chart type: Bubble or Scatter
- Report designer: Visual Studio 2015
- Project type: Class library
- Report name: NgoImpact (attached)

Chart Description:
1. The chart has two coordinate axes:
    X axis has a constant range of values from -10 to +10
    Y axis has a constant range of values from -10 to +10
2. The chart always shows 5 objects.

Problem #1:
The center of the X and Y axes is not in the center of the chart. The center of the X and Y axes moves towards the object with the lowest absolute value. Please see images: Pic1.png, Pic2.png, Pic3.png.
Question: how to fix the center of the X and Y axes in the center of the chart?

Problem #2:
The markers of objects that are located on the edge of the chart are clipped. Please see images: Pic1.png, Pic2.png, Pic3.png.
Question: How to prevent clipping of markers on the edges?
Shmulik
Top achievements
Rank 1
 answered on 06 Jan 2019
1 answer
140 views
I have data (get from stored proceduce in SQL). Telerik report show data very slow (data have 16828 row) about 2 - 3 minute. I have attach database and report .Can you help me. Thank you very much.
https://www.mediafire.com/folder/tfos9wtsxxttp/
Silviya
Telerik team
 answered on 03 Jan 2019
1 answer
634 views

I have data (get from stored proceduce in SQL). Telerik report show data very slow (data have 16828 row) about 2 - 3 minute. I have attach database and report .Can you help me. Thank you very much.

https://www.mediafire.com/folder/tfos9wtsxxttp/

 

 

Silviya
Telerik team
 answered on 03 Jan 2019
4 answers
383 views

Hello Telerik,

I have a WPF application with Prism. I want to have reporting, so that users are able to change the default reports as they want.

What I have done so far is:

1) Created a Report inside the Visual Studio designer, filled it simply with an ObjectDataSource, which calls a method inside a ViewModel, which returns a list, bounded to report's fields.

2) I convert the default report into a .trdp file, using reportPackager, which user can open and change with the "Standalone Report Designer".

3) I unpack the .trdp file.

So far so good.

What happens now when I try to read the modified/changed version of the first report, is that I get the following error in my app:

 

An error has occurred while processing Report 'Reportx':

The assembly "xxx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" is not permitted to be used by an ObjectDataSource component. Please include it in an AssemblyReferences element in the Telerik.Reporting configuration section of your application configuration file.

What am I doing wrong? How can I keep bindings after changing the report with  Standalone Report Designer?

I appreciate if you point me to right direction.

Thank you.

Kourosh

Todor
Telerik team
 answered on 02 Jan 2019
3 answers
260 views
I have a question, I use Telerik Reporting Q3 2015 SP2, after the 2018/8/13 Microsoft update, there will be attachment problems, how can I solve it?
Todor
Telerik team
 answered on 02 Jan 2019
2 answers
885 views
Hi

I have created  a Report with about 3-4 sub reports in Telerik reporting Q3 2011

I have managed to pass the parameter to the main report

I have created parameter to the sub reports but it doesnt seem to be passing the parameter

How should i go about passing parameters to the sub reports using the value passed to the main report
Kalai
Top achievements
Rank 1
Veteran
 answered on 31 Dec 2018
1 answer
936 views

 I have a very simple procedure :

create or replace 
procedure         get_name(
                 p_cursor out sys_refcursor) is
 begin
 
  open p_cursor for
 
  select NAME 
  from table1;

end;

Using SQL Developer the stored procedure returns a list of names, however when trying to use the Telerik Report Designer i receive an (see below for stack trace) error when trying to execute the stored procedure. The only parameter i have is an OUT parameter.

Any reasons as to why this does not work? Is this a known issue?

I am using the Oracle.ManagedDataAccess.Client provider.

System.Data.OracleClient.OracleException (0x80131938): ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'get_name'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

   at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
   at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
   at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, ArrayList& resultParameterOrdinals)
   at System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.OracleClient.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
   at Telerik.Reporting.Processing.Data.SqlSchemaAdapter.<GetFields>d__1.MoveNext()
   at Telerik.Reporting.Processing.Data.SimpleSchemaAdapter.Fill(SimpleDataModel model)
   at Telerik.Reporting.Processing.Data.SimpleDataProvider`1.GetSchemaCore()
   at Telerik.Reporting.Processing.Data.DataProvider`1.Telerik.Reporting.Processing.Data.IDataProvider.GetSchema()
   at Telerik.Reporting.Data.Design.DataSourceDesignerBase.Telerik.Reporting.Design.Interfaces.IDataSchemaProvider.GetSchema()
   at Telerik.Reporting.Data.Design.DataSourceService.GetSchemaFromContext(Object context)
   at Telerik.Reporting.Design.DataExplorerControl.<>c__DisplayClass2.<RefreshDataSource>b__0()

 

Ivan Hristov
Telerik team
 answered on 28 Dec 2018
1 answer
512 views

I created a report containing a textbox that acts as a button for interactivity purposes.

This button - for sure - must not appear when I print the report nor in the print preview mode.

How can I achieve this?

I saw similar threads like this one:

https://www.telerik.com/forums/hide-certain-elements-when-printing 

But there was no real solution for the problem from Telerik. Anything changed now?

 

Thanks,

Sascha

Ivan Hristov
Telerik team
 answered on 28 Dec 2018
1 answer
147 views

I am embedding the ReportViewer in a WPF application. I have a very long report and I want to provide an easy way for the user to navigate in the report.

 

To achieve an integrated feeling for the user, I'd like to add some buttons to the application that allow the user to jump to certain bookmarks within the report. I cannot use the current page for the purpose, because the length of the sections is dynamic.

 

I found two older threads with a similar requirement, but they were not really solved by Telerik:

https://www.telerik.com/forums/navigate-to-a-bookmark-through-code

https://www.telerik.com/forums/navigating-to-bookmark-from-code

 

Is there some active development regarding this? Or any workaround? If there were events during rendering that allowed me to capture the report page of every bookmark, this would be sufficient. But I couldn't find anything like this.

 

I am also fine with calling internal methods using reflection if that's a quick workaround, because I need the functionality very soon.

 

Thanks,

Sascha

Ivan Hristov
Telerik team
 answered on 28 Dec 2018
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?