Kevin163
Kevin163
About
- Username
- Kevin163
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
//add style report.Styles = new StyleCollection(); FastReport.Style style1 = new FastReport.Style(); style1.Name = "style1"; style1.Font = new Font("Tahoma", 24); System.Windows.Media.Color color = Colors.Moccasin; FastReport.GlassFill fill …