Cynthia

Cynthia

  • 1.4k
  • 215
  • 34k

Set CssClass in CR won't provide styles in Crystal Reports!

Jun 8 2018 4:15 AM
I am trying to apply CSS styling to Crystal Report with following steps-:
 
1. Right-click in the Report Designer and select Set CSS Class.
2. In the Object Scope field, select the objects or sections you would like the class to be applied to.
3. Enter the name of the class in the CSS Class Name field
4. Save the report.
5. Access the .aspx file in your project.
6. In the HTML tab of the .aspx file, reference an external style sheet that has the class already defined, or enter the class value.
 
I have also tried to Set CSS Classname in format editor but it’s not happening.
 
Even after setting the CSS classname , I am not getting any css style in my reports.
 
I have the proper CSS file & I am using Crystal report Version=13.0.3500.0. & Visual Studio is 2015.
 
Any idea how can we implement CSS styling in crystal reports? 

Answers (3)