I am using SSRS reportviewer to generate a report using objects. In my program, I am asking the user to input a string of commonly known colors such as \"Red\", \"<
\"Red\"
You can set with this function
static Color SetTransparency(int A, Color color) { return Color.FromArgb(A, color.R, color.G, color.B); }