Share via


XSL Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

When defined, the Extensible Stylesheet Language (XSL) property contains an XSL string that the dashboard factory uses to transform the Extensible Markup Language (XML) content of a Web Part before rendering it in the dashboard view. This property and the XSLLink property are similar to the Content and ContentLink properties. Dashboard factories first check the XSLLink property for a value. If XSLLink is defined, the dashboard factory retrieves content from that link and ignores the XSL property. If XSLLink is not defined or is inaccessible, the dashboard factory then uses the contents of XSL. If neither property is defined or if XSLLink fails and XSL does not contain a value, the dashboard factory will not transform the content of the Web Part and will display it in the dashboard view as is.

Property Value
Data Type String (XSL)
Default None
IsContentIndexed FALSE
IsIndexed FALSE
IsMultiValued FALSE
IsReadOnly FALSE
IsRequired FALSE
IsVisible TRUE
Version 1
TextFormat Plain text

See Also

Web Part Schema Properties | XSLLink Property