Example #1
0
		/// <summary>
		/// Helper method to change the status and also notify the parent report to change its status
		/// if necessary.
		/// </summary>
		/// <param name="status"></param>
		private void SetStatus(ReportPartStatus status)
		{
			_status = status;

			_report.UpdateStatus();
		}
        /// <summary>
        /// Helper method to change the status and also notify the parent report to change its status
        /// if necessary.
        /// </summary>
        /// <param name="status"></param>
        private void SetStatus(ReportPartStatus status)
        {
            _status = status;

            _report.UpdateStatus();
        }