fyiReporting.RdlDesign.SQLCtl.SQLCtl C# (CSharp) 메소드

SQLCtl() 개인적인 메소드

private SQLCtl ( DesignXmlDraw dxDraw, string datasource, string sql, DataTable queryParameters ) : System
dxDraw DesignXmlDraw
datasource string
sql string
queryParameters System.Data.DataTable
리턴 System
        internal SQLCtl(DesignXmlDraw dxDraw, string datasource, string sql, DataTable queryParameters)
        {
            _Draw = dxDraw;
            _DataSource = datasource;
            _QueryParameters = queryParameters;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            // Initialize form using the style node values
            InitValues(sql);
        }