Telerik Forums
Reporting Forum
1 answer
135 views

Hi,

I want to design a table as shown in the file. I test using keeptogether property set true.However, every table seems to be in a new page not 

show the bottom of the table.

How can I do? Thank you.

Katia
Telerik team
 answered on 19 Apr 2016
1 answer
66 views

Hello,

if the DocumentName of the report is 'abc', the file filter displays 'abc (*.pdf)'. It should display 'PDF document (*.pdf)'.

The same problem appears with the other save formats...

Katia
Telerik team
 answered on 18 Apr 2016
8 answers
1.5K+ views
Hi there
  I would like to setup filter expression for report so that if report parameters are given the detail section should filter by the parameter.
The expression goes like this

    Expression          Operator      Value 
=Fields.ProductName      ==          =Parameters.ProductName 


But i also want to list all the Products in the detail if no product name is specified. Please guide me how to write expression for that.

I tried all these below option
           Expression           Operator      Value 
        =Fields.ProductName       ==     =Parameters.ProductName 
 AND  =Parameters.ProductName     <>     '' 

I also tried to do this filter check by code but raises me another question. Right now i am binding the datasource for the report in Report's constructor. And this constructor is not getting called when the Preview button is clicked. (Strange! I was expecting this to be called on every postback, not sure how it is working). So if i change any parameter value, this dynamic filter is not going to take effect.
Question 1:
Please let me know how i can control the filter to apply or not to apply on Preview button click event?
I am expecting to apply a logic to the filter like this
If (Parameters.ProductName != string.Empty) then filter the ProductName given in Parameter
else apply no filter and show all of them from the datasource.
   
Question 2:
The other way i tried to solve this is to filter the datasource in code before binding it. And here question is how can i rebind the datasource of the report on Preview Click (though initially i do that using Report Constructor)

Question 3:
And last question, the Filter expression editor by default ANDs all the expression added. Is there any way to add OR logic instead of AND.


Katia
Telerik team
 answered on 18 Apr 2016
1 answer
181 views

Hi to all,

I created a report connected to ObjectDataSource.

Report calls a public methods called GetItemByCode(string p_Code) that returns a Customer object. This Customer inherits a class called ModelBase.

Now when I try to preview, it appears a red box within error that says "file not found", itis refering to assembly that contains ModelBase class.

I checked that my report-project refers correctly to this assembly.

What can I do?

Stef
Telerik team
 answered on 18 Apr 2016
3 answers
135 views

Hi;

 

I have a report that requires text to be displayed in four parts of a graph. The text is to be watermark in nature -- I.E.  should appear behind everything else on the chart. I did this building a series for the text and using the data point label and made sure this series was the first loaded. But unfortunatelya series label is always displayed above everything else on the chart regardless of when it as loaded. So, how do I add text to a chart and have be in the back of everything else (note I need to resize the text - so can't use standard font size).

 

 

Peter

Stef
Telerik team
 answered on 18 Apr 2016
1 answer
107 views

Hello,

When I try to justify the text in a numbered list, the designer shows the text correctly but, when showing the report in the WPF viewer, I just have the following text displayed: "Parameter is not valid".

Note: to reproduce, the bug, I have the following content in the HtmlTextBox:

<ol><li><div style="text-align: justify">Αs a participant in this FIVB/World competition and, in consideration of the acceptance of my participation therein, I declare that I will respect the spirit of fair play, clean game and non-violence, and behave accordingly on and off the sports field.</div></li></ol>

Katia
Telerik team
 answered on 18 Apr 2016
5 answers
319 views

I am demoing this software for replacement our current Microsoft Reporting platform.

I am beginning with a simple trend report where we are plotting decimal values vs time.

The result on the telerik graph is just a straight line.

I need to show the variances along that line as is shown with the old graph from the Microsoft Reporting platform.

 

Thank you,

Ivan Hristov
Telerik team
 answered on 18 Apr 2016
10 answers
682 views
Hi,

I am trying to generate a invoice based on the client's letterhead. Their letterhead is not just the top of the page but also on the left side of the first page which means that the margin on the first page left side is bigger than the subsequent pages something like 2 inches. My question is how can I go about it using Telerik Reporting to achieve this. In my invoice is the normal address, customer name and title after the top part of the letterhead follow with the invoice items and amount list. For the first page will definitely include some of the invoice items. The amount column I will want to keep its size the same and the item column will change for the first page only. Since the letterhead also involves the left side of the first page, the item column left side will have to shrink on the left side. But after the first page, the margin on the right needs to be back to normal which for my case is 1/2 inches.

Any advice on how Telerik Reporting can help me achieve this on whether it can help me on this is much appreciated. Thanks.

Regards,
Eugene
Stef
Telerik team
 answered on 15 Apr 2016
22 answers
1.4K+ views
I've noticed when binding a report to a large dataset (>1000 records) the response time of the report creation on the browser is extremely slow and the CPU takes a big hit. Most of the time the browser times out and the report never loads. Retrieving the data from the server is not the problem, as it is very fast and efficient. I would really like to use the reporting tool for large datasets but I don't know if its going to be possible. My questions are below:

Is there a way to optimize a report for use with large datasets?
What would you recommend as the max amount of records to include on a report?
Stef
Telerik team
 answered on 15 Apr 2016
1 answer
233 views

1) Created a new project

2) choose blank report template "Report2", added a single textbox

3) Added a Web Forms report viewer form Q12016

4) selected existing report

Class with name Report2 is not found
Class with name Report2 is found in Reports project.
Get project references.
Error: Fail to add project reference
Class with name Report2 is not found
Class with name Report2 is found in Reports project.

Stef
Telerik team
 answered on 15 Apr 2016
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?