Beispiel #1
0
 protected void LoadServiceNote()
 {
     if (Request.QueryString["idServNote"] != null)
     {
         RptServNote rtck = new RptServNote(int.Parse(Request.QueryString["idServNote"]), ctx);
         ReportViewer1.Report = rtck;
     }
 }
Beispiel #2
0
 protected void LoadServiceNote()
 {
     if (Request.QueryString["idServNote"] != null)
     {
         RptServNote rtck = new RptServNote(int.Parse(Request.QueryString["idServNote"]), ctx);
         ReportViewer1.Report = rtck;
     }
 }