Click here to Skip to main content
15,881,711 members
Articles / Web Development / ASP.NET
Article

ASP.NET Custom Control + Crystal Report Dynamic Text Format

Rate me:
Please Sign up or sign in to vote.
4.53/5 (8 votes)
28 Jul 2011CPOL1 min read 33.9K   3.4K   19   4
Custom control for display client formatted text in Crystal report

Introduction

In this post, I describe how to dynamically apply format to Crystal report text. In Crystal Report, you can’t directly change color, font size, Style, alignment, etc. So I have created one custom composite control which helps you to format text object in Crystal report.

Background

In Crystal Report, Text Field object properties like Font size, color, style, etc. can’t change. For this, I used HTML editor but it can’t support some tags. So I decided to create my own control which can format the text from client side.

Using the Code

Here, I have used formula field to show the data in Crystal report.

Sample Image - maximum width is 600 pixels

In the below image, I show how to add display data in formula field.

Sample Image - maximum width is 600 pixels

In the below image, I show how to add formula for font size.

Sample Image - maximum width is 600 pixels

In the below image, I show how to add formula for font style.

Sample Image - maximum width is 600 pixels

In the following image, I show how to add formula for Text Alignment.

Sample Image - maximum width is 600 pixels

In the below image, I show how to add formula for Font Color.

Sample Image - maximum width is 600 pixels

C#
//
// Actual Control and Data format.
//

Sample Image - maximum width is 600 pixels

Final Demo Project Screenshot

Sample Image - maximum width is 600 pixels

Your feedback is always welcome.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
He is working On C#,Asp.net,window communication foundation(WCF),Silverlight from past 4+ years.
He is flair for learning technology.He is active in programming communities and loves to share the knowledge with other developers whenever he gets the opportunity.

Comments and Discussions

 
GeneralMy vote of 5 Pin
Manoj Kumar Choubey3-Feb-12 17:59
professionalManoj Kumar Choubey3-Feb-12 17:59 
Questionreg: Custom Control Pin
balaji092928-Oct-11 1:13
balaji092928-Oct-11 1:13 
GeneralGood article Pin
Sujeet Bhujbal2-Aug-11 5:17
Sujeet Bhujbal2-Aug-11 5:17 
Hi Sachin

Very Nice Article
visit
http://sujitbhujbal.blogspot.com
QuestionOr... Pin
Selvin28-Jul-11 6:12
Selvin28-Jul-11 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.