[/indent]Hello everyone,
I want to change the texts coming from data(blue, green, yellow, black). When the using text these data appears. I want to replace them (dark blue, light green, yellowish, gray). I find in fastreport.net manuel this
private void Text2_BeforePrint(object sender, EventArgs e)
{
if (((Decimal)Report.GetColumnValue("Products.UnitPrice")) > 20)
Text2.TextColor = Color.Red;
}
and change
private void Text2_BeforePrint(object sender, EventArgs e)
{
if (((string)Report.GetColumnValue("Colors.desire")) = blue)
Text11 = dark blue;
}
but has error,
anyone can give me a sample how to do this please
best regards
Comments
I'm looking forward to your reply
Thanks alot