Share via


SMS_ReportDashboard Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_ReportDashboard Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a collection of reports tiled across and displayed as a single page in Web reports.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_ReportDashboard : SMS_BaseClass
{
      UInt32 ColumnCount;
      String Comment;
      UInt32 DashboardID;
      String Name;
      UInt32 ReportIDs[];
      UInt32 RowVerticalLimit;
};

Methods

The SMS_ReportDashboard class does not define any methods.

Properties

  • ColumnCount
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Number of reports tiled horizontally across the dashboard.

  • Comment
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    User-assigned additional information to display on the property page for the dashboard.

  • DashboardID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key]

    Unique automatically generated ID for the dashboard.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    User-assigned display name. This property is unique for the site.

  • ReportIDs
    Data type: UInt32 Array

    Access type: Read/Write

    Qualifiers: None

    Report IDs specifying the reports that comprise the dashboard. Reports are listed in row-major order, from left to right and top to bottom. Missing reports should be included with NULL or blank IDs.

    This property also accepts the object paths of report objects to support aliased references to reports defined in the same MOF file as the dashboard.

  • RowVerticalLimit
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Vertical height, in pixels, of a tiled dashboard row. Set this property to NULL if there is no limit.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Reporting Server WMI Classes