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;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.