using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CoreSavingLibrary { public interface WebReport { void InitJsPostBack(); void WebSheetLoadBegin(); void CheckJsPostBack(String eventArg); void RunReport(); void WebSheetLoadEnd(); } }