Установка ПО

Provance.ITAssetManagement.Report.SoftwareLicenseCompliance (Report)

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportSoftwareTitleLabelПрограммное обеспечение
ReportPublisherLabelИздатель ПО
SWTitleNameПрограммное обеспечение
SWPublisherИздатель
SWVersionNameВерсия
AvailableLicQtyВсего лицензий
InstalledLicQtyУстановленное количество
SWLicenseIdКод лицензии
ActivationDateДата активации
ExpirationDateДата истечения срока действия
AllParameter(Все)
LegendExceedingLicenseПО недолицензировано
LegendCloseExceedingLicenseПО перелицензировано или почти недолицензировано
LegendWithinLicenseУ ПО приемлемое состояние лицензии
InstalledExcudedQtyИсключенные установки
ReportNameУстановка ПО
RDLРазверните этот раздел, чтобы увидеть полное описание этого отчета.
RDВ этом отчете представлены сводные сведения о лицензировании без учета конкретных данных, таких как назначения. К слову, ПО, которое отслеживается по назначениям, исключается из отчета.
RD2Для каждого включенного ПО отображается число найденных установок на основе обнаруженных данных и числа лицензий. Сведения о лицензировании формируются на основе значений, введенных для SKU, и лицензии, связанной с конкретным ПО.
ReportGeneratedLabelОтчет создан
E(Все)
AДанные недоступны.
BЛицензированные установки
CЛицензии с истекшим сроком действия

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>