SMS_ReportDashboard Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

The SMS_ReportDashboard class does not define any methods.

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.

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.

Show: