Posted 11 July 2025, 8:55 am EST
Hi,
In .NET 8 the following statement causes run-time error in C1FlexReport8:
private void PrintValue(C1.Win.FlexReport.Field field, System.Drawing.Image image)
{
...
field.Picture = image;
...
}
Error = System.ArgumentException: ‘Invalid parameter for PictureHolder constructor.’
Notes:
- The field .Picture has object type…
- This function just works fine up to .NET Framework 4.8.
How can I fix this?
Thanks,
Louis