Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2010、C# 和 MySQL。
我创建了一个 DataSet 并用我的表填充它,该表显示所有日期,但我希望 ReportViewer 仅显示当天的日期,如 DateTime.Now。
我正在努力
=FormatDateTime(now,DateTime.ToLongDateString) + " ás " + Format(now,"HH:mm")
我怎样才能做到这一点 ?