Telerik Forums
Reporting Forum
10 answers
727 views
Hello. I have a detail section which at one point consists of a list item (binded to an array of strings) that has just one textbox. The text in the textbox is usually very long and has to be printed on more pages. Every new string begins on a new page, what is fine to me, however, I need the very first string not to start on the new page (I need it to be right after the previous items in the detail section). Is there a way to do this? I cant use subreports (I used it and it worked fine, but there are other reasons why they cannot be used). Thank you :)
Jan
Top achievements
Rank 1
 answered on 26 Aug 2016
3 answers
265 views

I apologize if I missed this in the documentation or forums, but I can't seem to find any solid information on using a graph with custom visuals in Telerik Reporting. I see an example of custom visuals using the Drawing API. 

https://demos.telerik.com/kendo-ui/bar-charts/visuals

How can I use this custom graph or another in a Telerik Report? Is it possible? I would prefer to use Visual Studio over the standalone reporting tool.

Thanks,
AJ

Stef
Telerik team
 answered on 26 Aug 2016
5 answers
137 views

Hello, after I have updated WPF Controls and Telerik.Reporting libraries from Q2 2014 to Q1 2016 (WPF NoXAML 2016 Q1), I can't see any data in my reports (except table headers). But there are some errors in output window:

*** ProcessReport #0 STARTED ***
Exception thrown: 'System.OperationCanceledException' in mscorlib.dll
Exception thrown: 'System.OperationCanceledException' in Telerik.Reporting.dll
Exception thrown: 'System.OperationCanceledException' in Telerik.Reporting.dll
*** ProcessReport #0 DONE in 00:00:00.1307766 ***

In my code I do something like this:

var reportSource = new InstanceReportSource {ReportDocument = rep};
reportview.ReportSource = reportSource;
reportview.RefreshReport();

 

Please help me to solve this problem! Thanks

Stef
Telerik team
 answered on 26 Aug 2016
4 answers
486 views

Hi All,
I am trying to make this expression in textbox1 in the report header "= IsNull(Sum(IsNull(Fields.part1,0) - IsNull(Fields.part1,0) + IsNull(Fields.part3,0)),0)" where part1 ,part2 and part3 come from datasource1 

And I have in  a table the detailed section, its datasource is datasource1 
this make result in table duplicated more times 

any suggestion for setting textbox1 with different way  ??

Stef
Telerik team
 answered on 26 Aug 2016
12 answers
722 views
I apologise first for not trying this, but I'm currently out of the office, but have a user request to deal with concerning reporting.

Imagine I have a report with 4 columns -  Col1, Col2, Col3 and Col4

Optionally, the user can request that they do not want Col2 on the report.  Is there an easy way to hide Col2 (that i can do Visible=false), but ensure that Col3 and Col4  (and their headers) then move left to take up that space?

Regards
Paul.
systems
Top achievements
Rank 1
 answered on 26 Aug 2016
5 answers
903 views
I created a report and I'm encountering this error. My main report is doing fine, but my sub-reports are not. The error is 

"An error has occurred while processing SubReport 'SubReport1': Invalid report type ------------- InnerException ------------- No parameterless constructor defined for this object."

I have 2 sub-reports both of them have this error. The way I connected my main report to its data source which is an XML file located on my hard disk is the same with connecting 2 sub-reports. Can someone tell me what causes this error?

Environment: vb.net, xml data source, .net 4.0, visual studio 2012
Scott
Top achievements
Rank 1
 answered on 24 Aug 2016
4 answers
136 views

Hi, can please someone tell me how can I put a sorting criterion in a totals column in a Crosstab.
I'm using the Visual Studio Report Designer.

Thank you.

Luis Cruz
NCR Angola

Carlos
Top achievements
Rank 1
 answered on 24 Aug 2016
1 answer
91 views

Hello,

I'm using wpf reporting and I faced to problem: when the height of the top table increases, it begins to cover the bottom table. What I need to do is to keep the distance between them, and I don't know how to do it. I tried doing that using itemdatabinding event

private void OnItemDataBinding(object sender, EventArgs args)
{
    table1.Location = new PointU(Unit.Cm(0.0D), Unit.Cm(1.2D + table2.Height.Value));

but it doesn't work, because table2's actual height is unknown until report wasn't generated.

So are there any ways to do it?  

Thanks,

Ivan

Nasko
Telerik team
 answered on 24 Aug 2016
5 answers
579 views

Hi All,

I am trying to make parameter at report its initial value passed from the code as a parameter 

when I set the value field in the "report parameter editor" = Parameters.param2.Value , the initial value became empty after running the report

The type of 2 parameters is string , one has datasource and the other witch passed from code didn't have 

any suggestion for solution??

 

Pierre
Top achievements
Rank 1
 answered on 24 Aug 2016
1 answer
285 views

Hi,

Hello, i'm new in telerik. I want to ask, why when i download the Telerik Reporting (R2 2016) to Excel the header and footer in print preview is just in page 1?

I'm using "Page Header" and "Page Footer" to set header and footer in telerik, when i download in PDF its fine, the header show in every page in print preview. Why just in Excel i cant see the header and footer in the every page?

Best Regards,

Julian Agam Riantiadi

Rick
Telerik team
 answered on 23 Aug 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?