<div class="post-text" itemprop="description">
I have a problem to set the Print Date to the report from the UI.This functionality is working with the VB6 but it comes to VB.NET it is not working.In VB6 we can able to access the Print Date programatically as given below
Report.PrintDate
But where as in ReportDocument we don't have that property. So how can we do this?
</div>