我需要编写一个例程来查找 SQL Server Reporting Services 发布的最新报表。我知道文件名,并且它将包含@timestamp
变量,但我找不到它的格式,而且客户尚未提供任何测试文件。您知道它是int
还是datetime
等吗?
Microsoft在其文档中没有在此处提到它的地方揭示它:https://learn.microsoft.com/en-us/sql/reporting-services/subscriptions/file-share-delivery-in-reporting-services?view=sql-server-ver16#bkmk_file_options
1条答案
按热度按时间w8f9ii691#
@timestamp
订阅变量采用yyyy_MM_dd_HHmmss
,如您在此示例教程中所见:https://www.techbrothersit.com/2014/07/ssrs-how-to-create-ssrs-report-with.html