This is a migrated thread and some comments may be shown as answers.

How to generate a bulleted list in a Telerik report

1 Answer 619 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Guangxi Wu
Top achievements
Rank 1
Guangxi Wu asked on 02 May 2011, 06:58 PM
Hi,

I am looking for a way to create a bulleted list from a SQL data source on a Telerik report. When the report is exported to Word, the bulleted list will behave similarly as the bulleted list in Word.

Thank you very much for your help and support. It is much appreciated.

Guangxi Wu
gwu@critigen.com

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 May 2011, 09:21 AM
Hi Guangxi Wu,

You can use the HtmlTextBox report item to create a bullet list in your report.

Best wishes,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Kenneth
Top achievements
Rank 1
commented on 27 Jul 2023, 08:11 AM

Can you explain how to do it with HtmlTextBox?
Momchil
Telerik team
commented on 31 Jul 2023, 12:20 PM

Hello Kenneth,

To create a bulleted list with the HtmlTextBox you can use the following approach.

1. Add the HtmlTextBox where necessary.

2. Right-click the box and choose the Expression... button.

3. In the design view, click the bulleted list button and add the fields you wish to display in the list.

For example:

I am attaching a sample report, for your convenience.

Kenneth
Top achievements
Rank 1
commented on 01 Aug 2023, 02:17 AM

Hello, can I use my own formatted bullet instead of standard one?
Momchil
Telerik team
commented on 02 Aug 2023, 01:31 PM

Hi Kenneth,

Considering the HTML tags and CSS attributes that are supported out of the box, I am afraid that customizing the bullet list cannot be done directly.

To work around this, you can try using the approach described in the following Knowledge Base article.

How to Render Any HTML Tags and CSS Attributes in Reports

Tags
General Discussions
Asked by
Guangxi Wu
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or