Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.78 KB

backcolor-element-assl.md

File metadata and controls

54 lines (40 loc) · 1.78 KB
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

BackColor Element (ASSL)

Describes color-related display characteristics of the parent element.

Syntax

  
<CalculationProperty> <!-- or Measure -->  
   ...  
   <BackColor>...</BackColor>  
   ...  
</CalculationProperty>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element CalculationProperty, Measure
Child elements None

Remarks

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.

See Also

CalculationProperties Element (ASSL)
MdxScript Element (ASSL)
MdxScripts Element (ASSL)
Properties (ASSL)