We've been using SQL Server Reporting Services for many years, programmatically using the ReportingService2010 client generated from the 2010 endpoint. Users of our application can create and manage schedules and scheduled reports.
One of the calls our code uses is the standard GetScheduleProperties, which returns a Schedule object (as out param). The Schedule object contains a ScheduleDefinitition object which provides the details of the schedule definition, such as StartDateTime and EndDate (note, StartDateTime is required, but EndDate is not).
Against SQL Server 2014 reporting services (and previous) this worked fine - the Schedule object came back along with its ScheduleDefinition object properly populated. However, against SQL Server 2019 with latest SSRS the ScheduleDefintion object comes back with '01/01/0001 00:00:00' as the StartDateTime property value.
Is this a bug or are we missing something? Note we haven't changed the code other than updating the service reference against the latest service.
没有评论:
发表评论