Microsoft.SQLServer.AnalysisServices.Visualization.DefaultStorageLabelImplementation (ComponentImplementation)

Element properties:

TypeMicrosoft.SQLServer.AnalysisServices.Visualization.DefaultStorageLabel
PlatformAll
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="Microsoft.SQLServer.AnalysisServices.Visualization.DefaultStorageLabelImplementation" TypeId="Microsoft.SQLServer.AnalysisServices.Visualization.DefaultStorageLabel" Accessibility="Internal" Platform="All">
<Composite>
<Variable Id="StorageString" Type="xsd://string"/>
<Variable Id="ComputerString" Type="xsd://string"/>
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.ComponentContainer">
<Binding PropertyId="Visual">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.LayoutGrid">
<Binding PropertyId="Padding">
<SimpleValue Type="xsd://string" Value="3"/>
</Binding>
<Binding PropertyId="RowCollection">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.LayoutGridRow">
<Binding PropertyId="Height">
<SimpleValue Type="xsd://string" Value="Auto"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="RowCollection">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.LayoutGridRow">
<Binding PropertyId="Height">
<SimpleValue Type="xsd://string" Value="Auto"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="ColumnCollection">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.LayoutGridColumn">
<Binding PropertyId="Width">
<SimpleValue Type="xsd://string" Value="*"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="CellCollection">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.LayoutGridCell">
<Binding PropertyId="RowId">
<SimpleValue Type="xsd://string" Value="0"/>
</Binding>
<Binding PropertyId="ColumnId">
<SimpleValue Type="xsd://string" Value="0"/>
</Binding>
<Binding PropertyId="Content">
<Component TypeId="Microsoft.SQLServer.AnalysisServices.Visualization.LabelWidget">
<Binding PropertyId="Value">
<Reference>$Variable/StorageString$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
<Binding PropertyId="CellCollection">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.LayoutGridCell">
<Binding PropertyId="RowId">
<SimpleValue Type="xsd://string" Value="1"/>
</Binding>
<Binding PropertyId="ColumnId">
<SimpleValue Type="xsd://string" Value="0"/>
</Binding>
<Binding PropertyId="Content">
<Component TypeId="Microsoft.SQLServer.AnalysisServices.Visualization.LabelWidget">
<Binding PropertyId="Value">
<Reference>$Variable/ComputerString$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="Microsoft.SQLServer.AnalysisServices.Visualization.Common.StringConcatenator">
<Binding PropertyId="Child1">
<SimpleValue Type="xsd://string" Value="Storage Location: "/>
</Binding>
<Binding PropertyId="Child2">
<Reference>$Property/StorageLocationString$</Reference>
</Binding>
<Binding PropertyId="Output">
<Reference>$Variable/StorageString$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="Microsoft.SQLServer.AnalysisServices.Visualization.Common.StringConcatenator">
<Binding PropertyId="Child1">
<SimpleValue Type="xsd://string" Value="Path: "/>
</Binding>
<Binding PropertyId="Child2">
<Reference>$Property/ComputerNameString$</Reference>
</Binding>
<Binding PropertyId="Output">
<Reference>$Variable/ComputerString$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>