Telerik Forums
Reporting Forum
3 answers
522 views

Hi ,

Hi,

I have scenario like i need to filter either using Parameters.SelectAudience.Value( have multiple value) or Parameters.SelectInterviewee.Value ( have multiple value) .Below is the code snippet not working with In operator

 

            this.Filters.Add(new Telerik.Reporting.Filter("=Fields.TrackID In ('=Parameters.SelectAudience.Value')) OR Fields.IntervieweeID " +
            "In ('=Parameters.SelectInterviewee.Value'))", Telerik.Reporting.FilterOperator.Equal, "=True"));

 

Please help , it is urgent

Thanks,

Mary Jain

Mary
Top achievements
Rank 1
 answered on 17 Jun 2016
1 answer
255 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.6K+ 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
368 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
472 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
55 views
The result is repeating over and over
Katia
Telerik team
 answered on 15 Jun 2016
3 answers
1.0K+ 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
431 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
689 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
415 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
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?