Telerik Forums
Reporting Forum
1 answer
287 views

We are using Telerik Reporting 9.0.15.422

I have defined a header with a size of 14px with details as 10px.  The viewer shows everything as 12px regardless of what is defined in the designer.  Please see the attached screen shots.

Thanks,

Greg

Stef
Telerik team
 answered on 15 Jun 2016
3 answers
1.7K+ views

Hi,

I have scenario where i have to make some report parameter visible based one Report parameter value like

in below screenshot attached if i select Audience in SelectCriteria ReportParameter  then report parameter listing all Audience value should display( and hide the Interviewee Report parameter), if Interviewee is selected in the  SelectCriteria ReportParameter then report parameter listing all interviewee should show (Audience report parameter should hide)

Please help me on this as it urgent.

Thank in advance

 

 

 

 

Stef
Telerik team
 answered on 15 Jun 2016
1 answer
418 views

I have to show a report of employees.

This will have columns ID, Name, Designation, Department etc.

User should have 2 options (using report parameters) to view report

1. Based on department

    If user chooses department option, a drop should be loaded with all departments

2. Based on designation

    If user choose designation, a drop should be loaded with all designations.

Is there any way to provide this functionality (selection of either department or designation) using report parameters?

Stef
Telerik team
 answered on 15 Jun 2016
3 answers
553 views
Hello,

My Master Report has 8 sub-Reports, each only returns 3 to 4 rows and they are all 5 columns. So there is no issue in terms of data size.
However when I run my master report it takes a long time to generate the report. I check in MS SQL and running and executing the store procedures, they all take less than 1 seconds to execute.

Is this because that I am using a Trial version (Evaluation) or Telerik Reporting are generally slow to generate?

Many Thanks,
Stef
Telerik team
 answered on 15 Jun 2016
1 answer
79 views
The result is repeating over and over
Katia
Telerik team
 answered on 15 Jun 2016
3 answers
1.1K+ views
Is there a way to show/hide a parameter filter based on a field value or report parameter value and how can you use an expression to show/hide other elements.
Stef
Telerik team
 answered on 14 Jun 2016
1 answer
473 views

I'm trying to create an english reporot from WPF Application from code behind. Application  Cultutre is set to German.

I set Reports culture property to the en-US. But report is rendered in german format.

 

For example TextField with DateTime value  and {0:d}  as the format value.The Textfield is rendered in German Format "13.06.2016" not "06/13/2016".

Stef
Telerik team
 answered on 14 Jun 2016
2 answers
762 views

hi

when i export grid and gauge to PDF that have Unicode char its not readable..what should i do?

its very important for me.please help me.

its my code.

    <script>
            $("button").on("click", function () {
                var grid = $("#grid").data("kendoGrid");
                var progress = $.Deferred();
     
                kendo.drawing.drawDOM($("#gauge-container"))
                .done(function (header) {
                  
                    grid._drawPDF(progress)
                    .then(function (root) {
                       
                        return kendo.drawing.exportPDF(root, { multiPage: true });
                    })
                    .done(function (dataURI) {

                        kendo.saveAs({
                            dataURI: dataURI,
                            fileName: "test.pdf"

                        });

                        progress.resolve();
                    })
                });
                //})
            });
        </script>

sorosh
Top achievements
Rank 1
 answered on 13 Jun 2016
1 answer
443 views

Does anyone know a good tutorial on how to use the reports on asp.net MVC 5 / Razor using view and controllers?

 

Also for this version is the only option to use the standalone editor to create the report ?

 

Thanks

 

Stef
Telerik team
 answered on 13 Jun 2016
12 answers
1.5K+ views

How can I modify ReportViewer 1q 2009 export option to allow users export to pdf and .csv only. I need to remove all other export options.

Thank you.

Galina.

systems
Top achievements
Rank 1
 answered on 13 Jun 2016
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?