Telerik Forums
Reporting Forum
3 answers
168 views
Hi guys,

I've been requested to create a module for a DotNetNuke test portal we have setup here.  It needs to perform MDX queries against a cube and generate a report.  It seems to me that using Telerik Reporting is a means to getting this working, but I'm struggling in setting up the data source for the report.  I'm using this simple approach in generating a DNN module (which has worked fine for me in the past): http://www.telerik.com/help/aspnet-ajax/how-to-create-dnn-module-telerik-ajax-controls3.html

Cheers in advance for any assistance,
Norman

Nilima
Top achievements
Rank 1
 answered on 05 Mar 2019
6 answers
265 views

     Hello! I'm running into an interesting issue.

     I have a list inside of a table. This list is getting populated using the technique outlined here:

     https://www.telerik.com/forums/table-item-that-contains-unique-list

     The list is attached to, let's say, dataSource2 and the table is attached to dataSource1. The list is returning a textbox with a URL inside of it and a different ID at the end. So if there are 3 ID's coming from dataSource2, it generates 3 links. I have set the behavior to make the text blue and underlined, like a traditional hyperlink.

     However, in Preview, only the first link is underlined. Now, there is a lot more happening inside this report, so perhaps there are some formatting things I have not discovered. But I've tried everything I can think of. Is there something I'm missing?

     Thank you in advance for any information that you can provide! I'll try to add a picture of what I'm seeing on my end tomorrow. 

Logan
Top achievements
Rank 1
 answered on 04 Mar 2019
3 answers
296 views

Hi, in the DetailSection of a report I'm trying to add a picture box in a subReport. My problem is that if the CrossTab is really large(spreads across multiple pages), the picture box is printed over the table, and not after it.

this.Detail.Items.AddRange(new ReportItemBase[] { this.Crosstab1, subReport });

This is how I create the subReport:

var subReport = new SubReport();
                    var testReport = new ReportTest();
                    testReport.DetailSection.Items.Add(this.PictureBox);

                    var instanceReport = new InstanceReportSource
                    {
                        ReportDocument = testReport,
                    };
                    subReport.ReportSource = instanceReport;

 

Do you know how can I add a page break after the CrossTab?

 

P.S. In this project I can't use the designer for the reports.

Silviya
Telerik team
 answered on 04 Mar 2019
1 answer
422 views

Hiya,

We've upgraded Telerik Reports from v12.1.18.620 to v13.0.19.116. In the updates, you have added a splitbar to control the width of the report parameters.

We create custom DateTime parameter editors for some of our reports. Now, the DateTime pickers do not fit on the screen because of the width of the .

We used to control the parameter width using .trv-parameters-area in CSS, but that no longer works.

So, how can we widen/move the  so that a DateTime picker can be displayed fully?

Thanks,

Paul

 

Silviya
Telerik team
 answered on 04 Mar 2019
3 answers
378 views

I have a report with a table, there are a total of 3 columns in the table in which the 3rd column is a group column. In the 3rd column the data fills according to the values in the table.

Currently if there is only one value for the 3rd column there is huge gap in the right of the page. I want the table to be filled in the page in this case.

Also if there are more than one value for the 3rd column the table should not break to next page instead it should be filled in that page itself.

In any case the table should occupy the full page width.

How can I achieve this case? Plz help.

Thanks in advance.

Tanzeel
Top achievements
Rank 1
 answered on 01 Mar 2019
3 answers
454 views
I am trying to create a detail section that repeats a subreport and not sure how to accomplish this.  I have a datasource that returns a list of SalesOrder numbers and I would like a subreport for each number to repeat back to back.  I have been struggling to figure out how this might be implemented.  Can I please get some advise?
Paul
Top achievements
Rank 1
 answered on 28 Feb 2019
1 answer
1.1K+ views

Dear Sir/Madam,

I am trying to hide Row Header in CSV Output, where I have designed the data in Table/Cross tab format, it seems even I have made them invisible, the Row Header still appear in CSV output, it works fine with Excel and PDF.

Is there a way to exclude the Row Header from CSV file?

Kind Regards

Hugo

Neli
Telerik team
 answered on 28 Feb 2019
1 answer
100 views

Hi, I am working with the reporting tool and I have created a trdp file using the standalone designer. I am using MySql connection and my sql query have one parameter. When I test the SQL result with the parameters, the report is generated as expected. Now I created a winform and added the report viewer tool to it and have added the trdp file. When I add the parameters and tried to run, the report viewer remains blank. So, I tried to remove the parameter from my sql query in the trdp file and run my winform again, all the selected record is shown in my report viewer. If I use parameter, then it remains blank with no report. What could be the issue. This is how I add my parameter 

        private void ReportViewerForm1_Load(object sender, EventArgs e)
        {
            this.reportViewer1.RefreshReport();
            reportViewer1.ReportSource.Parameters.Add("jsno",myjsid);
        }

My Sql Query in trdp file.

Select o.JsNo, b.ConsignmentNo, c.* From js_orderdetails o inner join js_billingdetail b on b.OrderID = o.ID inner join js_labelorders l on l.OrderId = o.ID inner join js_labelcustomers c on c.Id = l.LabelCustomerId where o.JsNo = @jsno

Nasko
Telerik team
 answered on 28 Feb 2019
1 answer
462 views
Hi,

I have a table without bottom borders for each row. However, I need to add a bottom border only for the last row of each page. How can I achieve this? Perhaps with the conditional formatting option?


Thank you,
Rajika.
Todor
Telerik team
 answered on 27 Feb 2019
1 answer
199 views

Hi,

html text box justyfication doesn't work properly for me.

 

"kendoui.jpg" file, shows the result of a text set to "justify" in a kendo editor.

"telerik.jpg" file, shows the result when I put the same content in a HTML Text Box element.

Silviya
Telerik team
 answered on 27 Feb 2019
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?