Telerik Forums
Reporting Forum
10 answers
435 views

Hello,

 Is there some option in the ReportProcessor to automatically ignore illegal XML characters, like ascii control characters?

 

Regards

Wojciech
Top achievements
Rank 1
 answered on 06 Oct 2017
1 answer
358 views

I have an "invoice" main report with a "company" subreport that I'm trying to bind to a data source and report viewer at runtime.

Here is the code I was attempting to use...

protected void Page_Load(object sender, EventArgs e)
    {        
        Report myReport = new myCompiledReports.invoice();
        ReportViewer1.ReportSource = myReport;

        DataTable dtInvoice = (DataTable)Session["dtInvoice"];     
        DataTable dtCompany = (DataTable)Session["dtCompany"];     

        myReport.DataSource = dtInvoice ;
       
        SubReport mySubReport = (SubReport)myReport.Items.Find("company", true)[0];
        mySubReport.Report.DataSource = dtCompany;
    }

During the SubReport mySubReport = (SubReport)myReport.Items.Find("company", true)[0];, I'm getting an index was outside the bounds of the array error.

If I comment out the subreport code, the report appears in the ReportViewer, minus the subreport information of course.

How do I bind a subreport to a different data table than the main report and have all the information appear in the ReportViewer control?

Thanks ahead for any and all help in this matter.

Katia
Telerik team
 answered on 05 Oct 2017
0 answers
113 views
Hi good day.
I want to consult the following doubt,
I have a query that I execute through an ObjectDataSource to load data to my report, the detail is that the query brings an approximate 100 thousand records and I mark a memory exception system since the ObjectDataSource is repeated more than 3 times and I believe that this makes the memory run out, any solution?
diego
Top achievements
Rank 1
 asked on 04 Oct 2017
1 answer
782 views

Hi,

One of my report parameter has a single column data source and empty value in the first row. Both AllowBlank and AllowNull are true on this parameter. But the empty value is not showing after run. Using firebug, i found that empty listviewitem exists there but not showing(Report1.png). When i wrote something in listviewitem by editing html element in firebug, it appears(Reprt2.png). I need to filter using empty value because the report data source contain empty values in some rows. Now only way i have to filter using empty value is, first, click the 'Select all' on the parameter and then deselect other values one by one so that empty value keep selected and Click 'Run Report'. But it is not the right approach to do. As AllowBlank is true, empty/blank should visible & should be selectable/deselectable? 

Please give a solution on this.

sabbir

Katia
Telerik team
 answered on 02 Oct 2017
1 answer
327 views

Hello. I'm trying to hide a Panel when the Report has different values, I used Visual Studio's break point, panel4.Visible turn "false", but nothing happens and I can't understand why!!

My code is this:

  private void detail_ItemDataBinding(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.DetailSection section = sender as Telerik.Reporting.Processing.DetailSection;
            
            if (section != null)
            { 

                if ((string)section.DataObject["Year"] == Core.Constants.Configuration.Year.ToString())
                {
                    panel4.Visible = false;
                }

            }

        }

 

What am I missing?

 

Thank you for help,

Angelo

 

Nasko
Telerik team
 answered on 02 Oct 2017
1 answer
97 views

It would be great if the reporting barcode item had an option for intelligent mail barcodes. 

Are there any plans to add that to the current barcode element?

 

Thanks!

Katia
Telerik team
 answered on 02 Oct 2017
1 answer
66 views

Hello. I have a problem with my DropDowns, only on Internet Explorer, other browsers work fine.

I added a "Full Screen Mode" to my Kendo Grid. 

When Full Screen Mode is not actived, DDLs work fine, but when I active the Full Screen Mode DDLs don't work.

Make my point clear, DDLs actually open themselves, but behind the Grid, so I cannot view them.

I tried everything: z-index, overflow: visible. But nothing changes!

I have latest Kendo UI version.

Can you help me please? Thanks.

 

Angelo

Angelo
Top achievements
Rank 1
 answered on 02 Oct 2017
5 answers
90 views
hi,

im working with a big comapny, they have dozens kind of forms that many secratary working all day to fill them....
all the data is in one information system.

I thoght - i can scan the forms (as background of the report) - and the users can choose the "form" and print or send to mail...
with the data from the database. but there is 2 problems...

1. the image (black & white 200dpi) that i scanned, is to big to the size of report.  
    and if i reduce the picture, then the quality is very bad.
2. in the property of the report - there is a repeat to small picture and there isn't kinds of strech and fits to A4.

I think you got the best prodoct to reporting but to merge the data and the backgrond is missing or maybe i dont know how to use it.
if there is - then, ill glad to here about.
is this issue on develop ?
if anybody know about tool like this ? 
lossy
Top achievements
Rank 1
 answered on 30 Sep 2017
1 answer
150 views

I previously built a report with build Telerik Reporting Q1 2015 (version 9.0.15.225).  My report has several subreports stacked within a Panel.  I did not have to dock or give the exact size of the subreports as the reports grow vertically depending on amount of data.  

After upgrading to R3 2017 the second subreport within a Panel will overlap the first subreport.  The other subreports will align correctly.  I have tried everything to get the second subreport from overlapping the first. 

I have included screenshots of report layout, the report rendered from Q1 2015 build and the same report rendered from the R3 2017 build.

 

 

Todor
Telerik team
 answered on 29 Sep 2017
1 answer
202 views

I have developed a report in telerik report designer and it uses a subreport.

when this report is run from browser, we get below error.

Forbidden. Insufficiemt credentials.

 

The SQL view behind this report fetches data in SSMS but the report won't fetch data.

Also the subreport fetches data in designers preview window.

But the main report does not even fetch data in preview window, gives no data to display message.

Could you please help.

 

Regards,

Ashwini

Todor
Telerik team
 answered on 28 Sep 2017
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?