ReportMessage class

The ReportMessage object is the base class for report messaging.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.Administration.ReportMessage

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ReportMessage
'Usage
Dim instance As ReportMessage
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ReportMessage

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ReportMessage members

Microsoft.SharePoint.Publishing.Administration namespace

JobReportBase