[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a report resource in a management pack.

Schema Hierarchy

ManagementPack
  Resources
    ReportResource

Syntax

Xml
<ReportResource ID=”AssenblyID” Comment=”Comment” Accessibility=”Public/Private” FileName=”string” MIMEType=”String”/>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the ReportResource element.

Attributes

Attribute Description

ID

Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions.

Comment

Optional attribute. Represents commentary by the management pack author.

Accessibility

Required attribute. Defines the visibility of the resource definition.

FileName

Required attribute. The file name of the resource.

HasNullStream

Internal usage only.

MIMEType

Required attribute. Represents the MIME type of the resource.

Accessibility Attribute Values

Value Description

Public

Indicates that the module type definition is visible to external management packs.

Internal

Indicates that the module type definition is not visible to external management packs.

Child Elements

None.

Parent Elements

Element Description

Resources

Contains all the resources in a management pack.

See Also

Reference

Resources