asked on
Dim lreportdatasource As ReportDataSource
Dim ltad_trans_info As New Dtst_trans_viewsTableAdapters.rpt_trans_info_fileTableAdapter
Dim ldtst_data As New Dtst_trans_views
Dim lcls_buis_rule As New cls_bank_point_server
Try
Me.ReportViewer1.LocalReport.ReportPath = "~\reports\trans_information.rdlc"
ltad_trans_info.Fill(ldtst_data.rpt_trans_info_file, lcls_buis_rule.Get_Opn_Date, lcls_buis_rule.Get_Opn_Date)
lreportdatasource = New ReportDataSource("rpt_trans_info_file", ldtst_data.rpt_trans_info_file)
ReportViewer1.LocalReport.DataSources.Add(lreportdatasource)
Catch ex As Exception
End Try
ASKER
ASKER
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
ASKER
in the web config file