ReportDescription Class
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
'Usage
Dim instance As ReportDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ReportDescription", IsNullable:=False)> _
Public Class ReportDescription
[SerializableAttribute]
[XmlRootAttribute("ReportDescription", IsNullable=false)]
public class ReportDescription
[SerializableAttribute]
[XmlRootAttribute(L"ReportDescription", IsNullable=false)]
public ref class ReportDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ReportDescription", IsNullable=false) */
public class ReportDescription
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
Reference
ReportDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace