Made report header partial view which includes report title and date pulled to be included in each report.
This commit is contained in:
8
ReportingServices.UI/Views/Shared/_ReportHeader.cshtml
Normal file
8
ReportingServices.UI/Views/Shared/_ReportHeader.cshtml
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="text-center">
|
||||
<h2>@ViewData["ReportTitle"].ToString()</h2>
|
||||
<br /><br />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p class="text-end fw-bold">Date Pulled: @DateTime.Now</p>
|
||||
</div>
|
Reference in New Issue
Block a user