Software Title Installation

Provance.ITAssetManagement.Report.SoftwareLicenseCompliance (Report)

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportNameSoftware Title Installation
RDLExpand this section to see a full description of this report.
RDThis report summarizes your licensing situation without taking into account specifics, such as assignment. In fact, software titles that are being tracked by assignment are excluded from the report.
RD2For each software title included, it displays the number of installs found, based on discovery data, and the number of licenses. Licensing information is derived from the values you entered for the SKU and the license associated with the title.
ReportGeneratedLabelReport Generated
E(All)
ReportSoftwareTitleLabelSoftware Title
ReportPublisherLabelSoftware Publisher
SWTitleNameSoftware Title
SWPublisherPublisher
SWVersionNameVersion
AvailableLicQtyTotal Licenses
InstalledLicQtyInstalled Quantity
SWLicenseIdLicense Id
ActivationDateActivation Date
ExpirationDateExpiration Date
AllParameter(All)
LegendExceedingLicenseTitle is under licensed
LegendCloseExceedingLicenseTitle is over licensed or almost under licensed
LegendWithinLicenseTitle has an acceptable license status
InstalledExcudedQtyExcluded Installs
ANo data available.
BLicensed Installs
CExpired Licenses

Source Code:

<Report ID="Provance.ITAssetManagement.Report.SoftwareLicenseCompliance" Accessibility="Public" Visible="true" Target="SoftwareAssetLibrary!Provance.ITAM.SoftwareTitle">
<Dependencies>
<Dimension>SoftwareDW!SoftwareTitleDim</Dimension>
<Dimension>SoftwareDW!SoftwareVersionDim</Dimension>
<Dimension>CoreDW!CompanyDim</Dimension>
<Dimension>SoftwareDW!SkuDim</Dimension>
<Dimension>SoftwareDW!SoftwareAdminSettingsDim</Dimension>
<ReportResource>CoreReport!ReportHeaderR.png</ReportResource>
<ReportResource>CoreReport!Exceeded.png</ReportResource>
<ReportResource>CoreReport!Close.png</ReportResource>
<ReportResource>CoreReport!Good.png</ReportResource>
<ReportResource>CoreReport!Blank.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="SoftwareTitle">
<Prompt>Provance.ServiceManager.Itam.Software.Reports!ReportParameter.LicenseCompliance.SoftwareTitle</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>SoftwareTitleDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Provance.ServiceManager.Itam.Software.Datawarehouse</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="Publisher">
<Prompt>Provance.ServiceManager.Itam.Software.Reports!ReportParameter.LicenseCompliance.SoftwarePublisher</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>CompanyDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Provance.ServiceManager.Itam.Core.Datawarehouse</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Provance.ITAssetManagement.Report.SoftwareLicenseCompliance.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="ReportName"/>
<ReportString ID="RDL"/>
<ReportString ID="RD"/>
<ReportString ID="RD2"/>
<ReportString ID="ReportGeneratedLabel"/>
<ReportString ID="ReportSoftwareTitleLabel"/>
<ReportString ID="ReportPublisherLabel"/>
<ReportString ID="E"/>
<!--(All)-->
<!--<ReportString ID="PageLabel" />
<ReportString ID="OfLabel" />-->
<ReportString ID="SWTitleName"/>
<ReportString ID="SWPublisher"/>
<ReportString ID="SWVersionName"/>
<ReportString ID="AvailableLicQty"/>
<ReportString ID="InstalledLicQty"/>
<ReportString ID="SWLicenseId"/>
<ReportString ID="ActivationDate"/>
<ReportString ID="ExpirationDate"/>
<ReportString ID="AllParameter"/>
<ReportString ID="LegendWithinLicense"/>
<ReportString ID="LegendExceedingLicense"/>
<ReportString ID="LegendCloseExceedingLicense"/>
<ReportString ID="InstalledExcudedQty"/>
<ReportString ID="A"/>
<ReportString ID="B"/>
<ReportString ID="C"/>
</ReportStrings>
</Report>