public interface IReportDesignBlocker
{
     bool ReportDesignBlock( DataRow dr_docum, DataSet ds);
}