|
BackgroundImage | | Sets the background image. |
DecimalPoints | | Sets the number of decimal places for displaying the data values. For example, US currency has 2 decimal places. |
DefaultValue | | The default value displayed or selected when the report page is initially displayed.
For the InputSelectList element, to show multiple selected values, this attribute can be over-ridden by adding a DefaultValues element with a DataLayer below that. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
MaxValue | | The maximum value of the range. |
MinValue | | The minimum value of the range. |
SaveInLocalStorage | | LocalStorage stores data in the browser. The information is maintained between sessions. SaveInLocalStorage uses the browser's localStorage to preserve input values so they re-appear when a page is redisplayed. It is a way of keeping default values.
Set SaveInLocalStorage="True" to preserve and restore input values.
SaveInLocalStorage is over-ridden by DefaultValue attributes. Do not use SaveInLocalStorage and DefaultValue attributes together.
SaveInLocalStorage does not work under DataTables and other data-repeating elements.
LocalStorage requires browser support. IE7 does not support LocalStorage. |
SecondDefaultValue | | For sliders wth two thumbs, SecondDefaultValue sets the default value for the second thumb.
The default is the slider's MaxValue. |
SecondSliderID | | When set, SecondSliderID creates a second thumb for the slider.
You can access the value of the second slider with an @Request token, specifying this ID value. |
SliderLength | | The SliderLength attribute sets the width or height of the slider, in pixels, depending on the SliderOrientation. It represents the distance that the thumb control(s) can move.
SliderLength does not stretch the image. The image size should correspond to the SliderLength. If you need a larger or smaller slider, you will need to create a new background image.
The default is 200. |
SliderOrientation | | When set to "Vertical", the InputSlider will be a vertical slider.
The default is a horizontal slider. |
SliderThumbOffsetLeft | | SliderThumbOffsetLeft and SliderThumbOffsetTop allow adjustment of the thumb so that it aligns well with the slider. |
SliderThumbOffsetTop | | SliderThumbOffsetLeft and SliderThumbOffsetTop allow adjustment of the thumb so that it aligns well with the slider. |
ThumbImage | | Sets the image file for the slider's thumb(s). |
ThumbSeparationValue | | When there are two thumbs for the slider, sets the minimum seperation between the thumbs. The value is in the coordinates of the MinValue and MaxValue attributes, rather than pixels. |
TickCount | | The number of major tick marks for the scale. For example, a gauge with a scale that runs from 0 to 100 should specify 10 tick marks. (The first tick mark, usually 0, is assumed - so there are actually 11 tick marks for a scale from 0 to 100.)
Set TickCount="0" for no tick marks.
For the InputSlider element, this attribute controls the detents, or stop points, as the thumb is dragged. Visible tick marks must be built into the image when the image is designed. The InputSlider does not automatically create visible tick marks. |
Tooltip | | Text that appears when the user hovers the pointer over the image or text. |