تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
تقرير reportviewer
#1
انا عندي نسخة ويندوز 10 عربي 
المشكلة ان في التقرير reportviewer بيظهر التاريخ الهجري
رغم ان التاريخ في الجهاز مختار الميلادي
ورغم ان التاريخ مخزن في قاعدة البيانات بالميلادي 
وانا التاريخ عمله فرمات زي الى الصورة1
والصورة2 شكل التاريخ بعد التنفيذ
فهل المشكلة في النسخة الويندوز ولا في اداة التقرير ولا ايه
وده الكود المستخدم


كود :
       Dim ds As DataSet = S_CON.SELECT_DS("Select * from BILL_T where  NUMBER_T LIKE '" & TextBox4.Text & "'AND NAME_T like '" & GroupPanel2.Text & "' ", dt:="BILL_T")
       Dim rd As New ReportDataSource("DataSet1", ds.Tables("BILL_T"))
       F_REPORT.ReportViewer1.LocalReport.DataSources.Clear()
       F_REPORT.ReportViewer1.LocalReport.DataSources.Add(rd)
       F_REPORT.ReportViewer1.LocalReport.ReportEmbeddedResource = "m_pro.Report_BILL.rdlc"
       Dim pp As New Generic.List(Of ReportParameter)
       pp.Add(New ReportParameter("RP1", GroupPanel2.Text))
       pp.Add(New ReportParameter("RP2", TextBox11.Text))
       pp.Add(New ReportParameter("RP3", DateTimePicker1.Text))
       pp.Add(New ReportParameter("RP4", TextBoxX4.Text))
       pp.Add(New ReportParameter("RP5", TextBoxX5.Text))
       pp.Add(New ReportParameter("RP6", TextBoxX7.Text))
       F_REPORT.ReportViewer1.LocalReport.SetParameters(pp)
       F_REPORT.ReportViewer1.RefreshReport()
       F_REPORT.ShowDialog()

       
صلى الله على نبينا محمد
اخيكم / محمود صالح
  قال الزهري رحمه الله  
 مــا عُـــبـِد الله بشئ أفضل من العلم 
الرد }}}
تم الشكر بواسطة:


الردود في هذا الموضوع
تقرير reportviewer - بواسطة محمود صالح - 31-10-17, 06:53 PM
RE: تقرير reportviewer - بواسطة a.ahmed - 31-10-17, 08:35 PM
RE: تقرير reportviewer - بواسطة محمود صالح - 31-10-17, 09:57 PM
RE: تقرير reportviewer - بواسطة a.ahmed - 31-10-17, 10:04 PM
RE: تقرير reportviewer - بواسطة محمود صالح - 31-10-17, 11:06 PM
RE: تقرير reportviewer - بواسطة sendbad100 - 31-10-17, 11:58 PM


التنقل السريع :


يقوم بقرائة الموضوع: