Hardware Asset Detail Report

Cireson.AssetManagement.HardwareAssetDetailReport (Report)

This report shows the details of a single Hardware Asset.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportNameHardware Asset Detail Report
HardwareAssetNameHardware Asset Name:
HardwareAssetHardware Asset
HardwareAssetTypeHardware Asset Type:
HardwareAssetStatusHardware Asset Status:
CostAsset Cost:
SerialNumberSerial Number:
CustodianCustodian:
PrimaryUserPrimary User:
CostCenterCost Center:
All(All)
DescriptionDescription:
ManufacturerManufacturer:
ModelModel:
AssetTagAsset Tag:
LocationLocation:
LocationDetailsLocation Details:
OrganisationOrganization:
ConfigItemConfiguration Item:
WarrantyWarranty
VendorVendor:
ExpectedDateExpected Date:
PurchaseOrderPurchase Order:
InvoiceInvoice:
ReceivedDateReceived Date:
LoanedDateLoaned Date:
LoanReturnDateLoan Return Date:
DisposalDateDisposal Date:
DisposalReferenceDisposal Reference:
RelatedToHardwareAssetHardware Assets belonging to this Hardware Asset
BelongsToHardwareAssetHardware Assets this Hardware Asset belongs to
HardwareAssetIDHardware Asset ID:
FinanceFinance
LeaseLease
SupportContractSupport Contract
StartDateStart Date:
EndDateEnd Date:
ContractNameName:
IsMasterMaster:
TotalTotal:
RelatedWorkItemsRelated Work Items
IDID
CatalogItemCatalog Item:
TitleTitle
MasterContractStartsOnMaster Contract Starts On:
CreatedDateCreated Date
ContractStatusContract Status:

Source Code:

<Report ID="Cireson.AssetManagement.HardwareAssetDetailReport" Accessibility="Public" Visible="true" Target="AM!Cireson.AssetManagement.HardwareAsset">
<Dependencies>
<Dimension>AMDW!CiresonHardwareAssetDim</Dimension>
<DataWarehouseScript>Cireson.AssetManagement.HardwareAssetDetailReport.Script</DataWarehouseScript>
<ReportResource>CiresonBanner</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="HardwareAssetDimKey">
<Prompt>Cireson.AssetManagement.DataWarehouse.Reports!ReportParameter.SelectHardwareAsset</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>true</Value>
</Property>
<Property name="DimensionTypeName">
<Value>CiresonHardwareAssetDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Cireson.AssetManagement.DataWarehouse</Value>
</Property>
<Property name="MaxDimensionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Cireson.AssetManagement.HardwareAssetDetailReport.Definition</ReportDefinition>
<ReportStrings>
<ReportString ID="ReportName"/>
<ReportString ID="HardwareAssetName"/>
<ReportString ID="HardwareAssetID"/>
<ReportString ID="HardwareAsset"/>
<ReportString ID="HardwareAssetType"/>
<ReportString ID="Cost"/>
<ReportString ID="SerialNumber"/>
<ReportString ID="Custodian"/>
<ReportString ID="PrimaryUser"/>
<ReportString ID="CostCenter"/>
<ReportString ID="Vendor"/>
<ReportString ID="All"/>
<ReportString ID="Description"/>
<ReportString ID="Manufacturer"/>
<ReportString ID="Model"/>
<ReportString ID="AssetTag"/>
<ReportString ID="HardwareAssetStatus"/>
<ReportString ID="Location"/>
<ReportString ID="LocationDetails"/>
<ReportString ID="Organisation"/>
<ReportString ID="ConfigItem"/>
<ReportString ID="Warranty"/>
<ReportString ID="AssetCost"/>
<ReportString ID="ExpectedDate"/>
<ReportString ID="PurchaseOrder"/>
<ReportString ID="Invoice"/>
<ReportString ID="ReceivedDate"/>
<ReportString ID="LoanedDate"/>
<ReportString ID="LoanReturnDate"/>
<ReportString ID="DisposalDate"/>
<ReportString ID="DisposalReference"/>
<ReportString ID="RelatedToHardwareAsset"/>
<ReportString ID="BelongsToHardwareAsset"/>
<ReportString ID="Finance"/>
<ReportString ID="Lease"/>
<ReportString ID="SupportContract"/>
<ReportString ID="StartDate"/>
<ReportString ID="EndDate"/>
<ReportString ID="ContractName"/>
<ReportString ID="IsMaster"/>
<ReportString ID="Total"/>
<ReportString ID="RelatedWorkItems"/>
<ReportString ID="ID"/>
<ReportString ID="Title"/>
<ReportString ID="CreatedDate"/>
<ReportString ID="ContractStatus"/>
<ReportString ID="MasterContractStartsOn"/>
<ReportString ID="CatalogItem"/>
</ReportStrings>
</Report>