c# - ComponentOne Report - Changing Forecolor -
i using c1report , want change forecolor of output, cannot. can please tell me what's wrong code? why can not change forecolor?
string script = "detail.forecolor =rgb(80,80,80)"; rpt.sections.detail.onformat = script; c1documentviewer1.document = rpt.fixeddocumentsequence;
the detail section of c1report not have forecolor property. may try setting backcolor property or may set forecolor property of fields present in detail section.
Comments
Post a Comment