ActiveReports 12 Server User Guide
PolicyHistoryEntry Constructor

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace > PolicyHistoryEntry Class : PolicyHistoryEntry Constructor
The policy id.
The name of the policy.
The target id.
if set to true [is expired].
The journal entry.
Initializes a new instance of the PolicyHistoryEntry class.
Syntax
'Declaration
 
Public Function New( _
   ByVal policyId As Guid, _
   ByVal policyName As String, _
   ByVal targetId As String, _
   ByVal isExpired As Boolean, _
   ByVal journalEntry As IJournalEntry _
)
public PolicyHistoryEntry( 
   Guid policyId,
   string policyName,
   string targetId,
   bool isExpired,
   IJournalEntry journalEntry
)

Parameters

policyId
The policy id.
policyName
The name of the policy.
targetId
The target id.
isExpired
if set to true [is expired].
journalEntry
The journal entry.
See Also

Reference

PolicyHistoryEntry Class
PolicyHistoryEntry Members