Share via


ManagementPackReportParameterControlImplementation Class

Definition

Represents a management pack element that is defined by the ManagementPackReportParameterControlImplementation complex type.

public ref class ManagementPackReportParameterControlImplementation
[System.Serializable]
public class ManagementPackReportParameterControlImplementation
type ManagementPackReportParameterControlImplementation = class
Public Class ManagementPackReportParameterControlImplementation
Inheritance
ManagementPackReportParameterControlImplementation
Attributes

Remarks

This type defines the implementation for a report control.

Constructors

ManagementPackReportParameterControlImplementation()

Initializes a new ManagementPackReportParameterControlImplementation object.

Properties

Assembly

Gets or sets the name of the assembly (.DLL file) where the report control implementation is stored.

Platform

Gets or sets the platform (a Windows Form or Web Form) for the report control implementation.

Type

Gets or sets the name of the class that implements the report control.

Methods

WriteXml(ManagementPack, XmlWriter)

Writes the XML for the report control implementation in the specified management pack.

Applies to