using System;
using System.Web;
using System.Xml;
using System.ComponentModel;
using System.Web.UI.WebControls;
using System.Collections.Generic;
using FastReport.Data;
using FastReport;
using FastReport.Web;
using System.Windows.Forms;
namespace WebTeam.Reports
{
public partial class PartUsedChartReport : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
WebReport1.Prepare();
BindDDL();
}