Telerik Forums
Reporting Forum
1 answer
85 views
The result is repeating over and over
Katia
Telerik team
 answered on 15 Jun 2016
3 answers
1.2K+ 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
483 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
776 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
462 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
6 answers
356 views
Hello, 
We have encounter an issue while exporting a Report, may be someone can advise us here.

Issue: While binding the data to Report Table fieldset , for one of the column we are showing only limited initial chars 
for better view. e.g. Substring(Fields.Note,0,20)

However, If we export the report into excel, the same text gets exported as it gets renders. i.e only 20 chars.
Is there a way to export the entire text for that column without getting cut short?

We use telerik reporting V8.2.14.1204
See attached image for better understanding.

Thanks,
Nitin

systems
Top achievements
Rank 1
 answered on 13 Jun 2016
1 answer
149 views

I'm essentially new to the Telerik reports, I've fixed a few reports, but that's the extent of my knowledge. I'm looking for recommendations on how I can implement them. Here's what I was thinking but I have no idea where to start.

  • I'd like to be able to build a report as a standalone .
  • Drop it into a directory
  • Have my application be able to read up enough information to figure out the name of the report
  • Then be able to execute it from a menu.

Essentially I'm trying to get to a point where I can dynamically add reports to the environment without any need to modify the application. Any suggestions are welcome.

Stef
Telerik team
 answered on 10 Jun 2016
1 answer
199 views

How can I populate the display members and value members in the designer.

I found this in the net:this.

ReportParameters["MyReportParameter"].Value = new string[] { "one", "two", "three" };

 

to populate the display members, how can I populate the value members from with 1,2,3

Katia
Telerik team
 answered on 10 Jun 2016
1 answer
81 views

I create a report in the designer and the headers and records are repeating.

For example I have 10 records and they are repeating over and over

How I can avoid that?

Katia
Telerik team
 answered on 10 Jun 2016
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?