Power Savings

Microsoft.SystemCenter.VirtualMachineManager.Report.PowerSavings (Report)

Power Savings Report

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.TitlePower Savings Report
R.Title.DescriptionDescription
R.DescriptionFor the specified time period and selected host groups, this report shows power savings data of all related VM hosts.
R.GeneratedTimeLabelReport duration
R.FooterMessageAll dates and times shown in {0}
R.SelectedHostGroupSelected host group
R.TotalHoursTotal computer hours saved
R.HostNameHost Name
R.FromTimeFrom Time
R.ToTimeTo Time
R.HoursSavedHours Saved
R.ErrorMessageNo data is available for this report. Possible causes include:
R.ErrorMessage.Cause.1The performance rules for the report have not been enabled in the VMM Reports Management Pack. For more information, see the description at the top of the report.
R.ErrorMessage.Cause.2No computers match your selection criteria. Review your selection criteria to ensure that they are not too restrictive.

Source Code:

<Report ID="Microsoft.SystemCenter.VirtualMachineManager.Report.PowerSavings" Accessibility="Public" Visible="true">
<Dependencies>
<ReportParameterControl>Reporting!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker</ReportParameterControl>
<ReportParameterControl>Reporting!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox</ReportParameterControl>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="3">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox" columnSpan="1">
<ReportParameters>
<ReportParameter name="SelectedHostGroup" binding="SelectedHostGroup"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" rowSpan="6" columnSpan="1">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.StartDateTime</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Microsoft.Virtualization.Reports.PowerSavings.rdl</ReportDefinition>
<ReportStrings>
<ReportString ID="R.Title"/>
<ReportString ID="R.Description"/>
<ReportString ID="R.Title.Description"/>
<ReportString ID="R.GeneratedTimeLabel"/>
<ReportString ID="R.FooterMessage"/>
<ReportString ID="R.SelectedHostGroup"/>
<ReportString ID="R.TotalHours"/>
<ReportString ID="R.HostName"/>
<ReportString ID="R.FromTime"/>
<ReportString ID="R.ToTime"/>
<ReportString ID="R.HoursSaved"/>
<ReportString ID="R.ErrorMessage"/>
<ReportString ID="R.ErrorMessage.Cause.1"/>
<ReportString ID="R.ErrorMessage.Cause.2"/>
</ReportStrings>
</Report>