How do I get an RDLC to recognize that I have set the ReportTable.DefaultView.Sort on the the table I am passing to the RDLC? I worked around it by using
and passing the dt to the RDLC.
Auguy
Sylvania/Toledo Ohio
Code:
Dim dt As DataTable = ReportTable.DefaultView.ToTable
Auguy
Sylvania/Toledo Ohio