Represents the detail that is needed to launch a report in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ReportDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("ReportDescription", IsNullable:=False)> _
Public Class ReportDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("ReportDescription", IsNullable=false)] 
public class ReportDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"ReportDescription", IsNullable=false)] 
public ref class ReportDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("ReportDescription", IsNullable=false) */ 
public class ReportDescription
JScript
SerializableAttribute 
XmlRootAttribute("ReportDescription", IsNullable=false) 
public class ReportDescription

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.ReportDescription

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also