Compiler warning cs0108
i got compiler warning cs0108 when i save frx file as a class and use it in dotnet project.
Seems that it doesn't affect the functionality of fastreport, get annoyed with compiler warning.
what is the resolution ?
1. ignore it with #pragma warning disable 0108 , or
2. use new keyword , see https://msdn.microsoft.com/en-us/library/3s8070fc.aspx
public new FastReport.Report Report;
public new FastReport.Engine.ReportEngine Engine;
Seems that it doesn't affect the functionality of fastreport, get annoyed with compiler warning.
what is the resolution ?
1. ignore it with #pragma warning disable 0108 , or
2. use new keyword , see https://msdn.microsoft.com/en-us/library/3s8070fc.aspx
public new FastReport.Report Report;
public new FastReport.Engine.ReportEngine Engine;