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: UInt32Access type: Read/WriteQualifiers: NoneNumber of reports tiled horizontally across the dashboard.
Comment


Data type: StringAccess type: Read/WriteQualifiers: NoneUser-assigned additional information to display on the property page for the dashboard.
DashboardID


Data type: UInt32Access type: Read/WriteQualifiers: [key]Unique automatically generated ID for the dashboard.
Name


Data type: StringAccess type: Read/WriteQualifiers: NoneUser-assigned display name. This property is unique for the site.
ReportIDs


Data type: UInt32 ArrayAccess type: Read/WriteQualifiers: NoneReport 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: UInt32Access type: Read/WriteQualifiers: NoneVertical 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

Development Requirements

See Also


Send comments about this topic to Microsoft.