Telerik Forums
Reporting Forum
1 answer
130 views

We have several reports that print a PDF that have been working fine for months.  Now we are getting random text and missing text.

 

Anybody have any ideas what would cause this?  I blurred some of the sensitive data.

Nasko
Telerik team
 answered on 01 Mar 2018
1 answer
163 views

Hi,

The Preview button that is at the bottom of the report parameter side bar is not showing on iPads.

Has anyone experienced this before?

TIA

Paul

Katia
Telerik team
 answered on 01 Mar 2018
3 answers
449 views
Hello everyone.

Is it possible to use 2 tables in report and display records in them ?
I have been trying from past 1 week but can't figure out a way to get the desired output. I have three tables name Addition/Deduction/Leave and master table Employee.
I am trying to get the report that which employee have got what addition or deductions and how many days he/she have been absent. I am using joins in query an the output is repeating for multiple times for one row which is fine.
But I don't want that row to be repeated in the report. Is there any way possible to fix this ? I'm attaching snap here I'm not sure if I can attach files for designer and code to database as well. Please have a look and help me as soon as possible. I've posted this question 2 times before too but got no response.

Regards,
Nasko
Telerik team
 answered on 01 Mar 2018
2 answers
1.0K+ views

Good morning Telerik team ! In fact i come from the SSRS world, in wich I was able to simply pass an already calculated list of objects to the report datasource and I don't want to use the dataMember technique to recalculate the same list again because it takes a while !

-----------------------------------------------

This is an example when i use the rdlc report :*

 LocalReport lr = new LocalReport
            {
                ReportPath = reportPath
            };

           ReportDataSource rds = new ReportDataSource();
                rds.Name = "reportDs";
                rds.Value = my already calculated List of objects
                lr.DataSources.Add(rds);

-------------------------------------------------

Can you please help me on that because we need it so much and thanks in advance !

Nabil
Top achievements
Rank 1
 answered on 28 Feb 2018
13 answers
2.4K+ views
Can anyone tell me how can I group by a column in a table and make it look like this

Company:   Company One
Item Spend Unit Price
Item 1 10 Kg 10.2
Item 3 15 Oz 1.5
Item8 20 grs 50
       
Company: Comapny Two
Item Spend Unit Price
Item 2 9 Kg 10.2
Item 3 15 Oz 1.5
Item 7 20 grs 50

Ruben
Top achievements
Rank 1
 answered on 27 Feb 2018
1 answer
272 views

I have a multi language report and need to translate the texts "select all" and "clear all" that are shown in the multi select controls on the parameters area.

I can't find where i have to translate them.

I have translated resources.en.js and kendo.culture.en.min.js

 

Thanl you

Todor
Telerik team
 answered on 27 Feb 2018
4 answers
514 views

I have a rather complex report that presents data results from a SQL Server stored procedure in a table then displays charts of the data for each category.  The chart is the same data set as the table but with a filter.  The table and each chart reference the same data source which in turn references the stored procedure.  I discovered that this causes the same rather complex stored procedure to be executed not only for the table but again separately for each chart.

My first thought was to execute this complex stored procedure only on the table while stashing the results into a SQL Server table then have the charts reference only the resultant SQL Server table.  However, a temporary table generated within the stored procedure vaporizes at the completion of the procedure.  I cannot use a static table as it would cause conflicts between multiple executions of the report from different users.  What solutions exist for this situation?

Nasko
Telerik team
 answered on 26 Feb 2018
3 answers
582 views

Dear all i've read everything about multivalue articles but nothing works. I got attached error.For your information when i disable multivalue everything works fine.

My datasource is a stored procedure and i tried to pass parameter with item=@item and item in (@item) but i got the attached error. Please Help!!!!!

Nasko
Telerik team
 answered on 26 Feb 2018
8 answers
1.6K+ views

Hello,

I have a problem to specify the name of the export file (For example in PDF), in this moment i work with the winForm (.Net Framework 2.0) and the telerik report version is "TelerikReporting_Q1_2008_SP1_dev_setup.msi".

The problem is, when export a report, the name which shows in the SevaFileDialogg, is the name for report class, and my intention is change name.

dlls - Telerik.Reporting version v2.0.50727.
      -  Telerik.Reporting.Processing version v2.0.50727.

thank you very much.

Juan.

Nasko
Telerik team
 answered on 26 Feb 2018
1 answer
474 views
How can I hide these yellow filled rows in telerik table ?
Nasko
Telerik team
 answered on 26 Feb 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?