title | description | ms.date | ms.service | ms.custom | ms.topic | ms.author | ms.reviewer | author |
---|---|---|---|---|---|---|---|---|
BackColor Element (ASSL) | Microsoft Docs |
Learn about the BackColor property element in the Analysis Services Scripting Language (ASSL) schema. |
10/31/2023 |
analysis-services |
assl |
reference |
kfollis |
kfollis |
kfollis |
Describes color-related display characteristics of the parent element.
<CalculationProperty> <!-- or Measure -->
...
<BackColor>...</BackColor>
...
</CalculationProperty>
Characteristic | Description |
---|---|
Data type and length | String |
Default value | None |
Cardinality | 0-1: Optional element that can occur once and only once. |
Relationship | Element |
---|---|
Parent element | CalculationProperty, Measure |
Child elements | None |
The BackColor property contains a Multidimensional Expressions (MDX) language expression and applies to CalculationProperty elements with a CalculationType of Member or Cells.
The element that corresponds to the parent of BackColor in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.CalculationProperty.
CalculationProperties Element (ASSL)
MdxScript Element (ASSL)
MdxScripts Element (ASSL)
Properties (ASSL)