Telerik Forums
Reporting Forum
11 answers
1.5K+ views

Am trying to set the conditional formatting of the table element based on the following Filter:

= Count(Fields.attributes.Discovery_Number) = 0

and if true, set the Style Visible to false.

But it's always returning true, so the table is always hidden even if it has rows.

What should be changed?

Silviya
Telerik team
 answered on 22 Oct 2018
7 answers
920 views

Hi,

I’m using a RichTextBox in my application where I do some very simple text formatting; Bold, Text size, color, und Tab. This I then save to a database. I need to print this including the text formatted.

I’ve tried using the HTML DataProvider and HTMLTextBox and TxtFormatProvider with a TextBox in my report but the formatting does not work.

I have read that I can do this with a bitmap, but before I try this would you let me know if this is the only way, or is it possible to display richText in a report with the standard tools?

 

Thank you very much

Wayne

Ivan Hristov
Telerik team
 answered on 22 Oct 2018
0 answers
120 views
The report is printing date and time in footer. The report preview screen is showing correctly. But it is not printing.
Siva Prasad
Top achievements
Rank 1
 asked on 22 Oct 2018
3 answers
2.3K+ views

Created master-detail reports using, https://docs.telerik.com/reporting/designing-reports-master-detail#configure-the-report-parameter-and-filter.  So both the master page and the detail page each have data sources, with the detail page data source having a parameter from parent to filter its data.

In the detail report, when I drag-drop an attribute from its data source to a textbox it's fine.

But when I insert a table and bind the data source to the table, the table's data binding itself works fine, but the table itself is being repeated as many times as there are rows in the data source, each having as many rows as in the data source.

If I remove the data source from the table, then no rows show... so doesn't work...

I may be doing something wrong... what..?

Silviya
Telerik team
 answered on 19 Oct 2018
0 answers
116 views

Hello,

I have a problem with the group footer section. My objective is to stick it to the last printed row of a table in the detail section.

I have it configured to PrintAtBottom = false

On the page i have only 2 groups and in the detail i have a table.

 

When the table row is too height and it doen't fit in that page, the group footer section is printed always on bottom of the page, and i do not want that, i want it to be printed right below the last row of that table in that page.

 

I already play it around with the keeptogether and it didn't work.

Can somebody help me?
Thanks,
Nuno

Nuno
Top achievements
Rank 1
 asked on 19 Oct 2018
2 answers
137 views

Was working with http, for project generated using Reporting REST Service R3 2018 template.

When convert the project to use https (locally IIS Express using VS 2017), it stopped working...

What other changes need to be made?

Production env is in https...

Edward
Top achievements
Rank 1
 answered on 18 Oct 2018
0 answers
171 views

Helo,

I have a problem with the group footer section. My objective is to stick it to the last row printed of a table in the detail section.

I have it configured to PrintAtBottom = false

On the page i have only too groups and in the detail i have a table.

When the table row is too height and it doen't fit in that page, the group footer section is printed always on bottom of the page, and i do not want that, i wanted it to be printed right below the last row of that table in that page.

I already play it around with the keeptogether and it didn't work.

Can somebody help me?

Thanks,

Nuno

Nuno
Top achievements
Rank 1
 asked on 18 Oct 2018
1 answer
122 views

Using Telerik HTML5 Report Viewer Page R3 2018.

When designing the report in the designer and viewing it on the html page, the tables are fine.  See capture1.png.

But when downloading the page to pdf, the tables get clipped horizontally so that only half the columns show on one page and the remaining get pushed to a subsequent page.  So the number of pages increase in the printout.  See capture2.png and capture3.png.

Edward
Top achievements
Rank 1
 answered on 17 Oct 2018
1 answer
784 views

Hi,

I am new to Telerik report design, I am a developer, I have to modify an existing report, however, when I open the .cs file, I get the error page. I am not sure if it is due to license. Is there a way to modify the design ? Thanks for your support.

Regards,

Sathish

Todor
Telerik team
 answered on 17 Oct 2018
3 answers
302 views

I have created a report where I have several style rules. These style rules are created on style selector and type selector. I have also several exported style rules using the styles used in the report. For example, in the textboxes with style name 'main' have background color as yellow and in my exported style rule the background color is blue for the style name 'main'. In a console application, I am binding these external styles using the following code. 

 

Report report = (Report)xmlSerializer.Deserialize(xmlReader);

 

ExternalStyleSheet ess = new ExternalStyleSheet(this.themeFilePath);
report.ExternalStyleSheets.Add(ess);

 

The issue is even though I add the external style sheet the background color is not changing. But if I delete the style rule from the / file the external style sheet is applied. Is external style sheets does not override the styles that are already defined in the project? If not is there a way to override styles that are already defined in the design? 

 

Thank you

 

Todor
Telerik team
 answered on 17 Oct 2018
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?