I am using C1Report and I want to change the forecolor of my output, but I cannot. Can somebody please tell me what's wrong with my code? Why can I not change the forecolor?
string script = "Detail.ForeColor =rgb(80,80,80)";
rpt.Sections.Detail.OnFormat = script;
c1DocumentViewer1.Document = rpt.FixedDocumentSequence;