|
CaptionType | | (Required) Determines if the paging controls should be image or text links. |
Class | | Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file. |
CurrentPageClass | | Sets the class for the "current" page number. |
FirstPageAltText | | The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output.
Default value is "First page". |
FirstPageCaption | | Specifies the text or image file to take the user to the first page. |
HideShowPrevNextCaptions | | When True, the links that go to the first, previous, next or last page are hidden, as appropriate, when showing the first or the last page.
|
HideWhenOnePage | | Removes the Interactive Paging controls when the DataLayer returns only a single page of rows. The default value is False. |
ID | | 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. |
LastPageAltText | | The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output.
Default value is "Last page". |
LastPageCaption | | Specifies the text or image file to take the user to the last page of the report. |
Location | | Indicates where the controls or other types of elements appear. |
NextPageAltText | | The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output.
Default value is "Next page". |
NextPageCaption | | Specifies the text or image file to take the user to the next page.
Image files are only supported by the InteractivePaging element. |
NumberedPageCount | | Sets how many page number links appear for Interactive Paging when the ShowPageNumber attribute is "Numbered".
The default is 10. |
PageNrCaption | | Text to replace the word "Page" in the phrase "Page x of y". |
PageOfCaption | | Text to replace the word "of" in the phrase "Page x of y". |
PageRowCount | | (Required) Indicates the number of rows for each page. |
PreviousPageAltText | | The Alternate Text is displayed when the browser options have images turned off. The text is also used by browsers that convert text to speech or braille output.
Default value is "Previous page". |
PreviousPageCaption | | Specifies the text or image file to take the user to the previous page. |
PrevNextClass | | Sets the class of the First, Previous, Next and Last paging controls. |
ShowPageNumber | | When "True", shows the page number as something like "Page 2 of 4". Also allows the user to type in a page number.
When "Numbered", a number of links appears for each page. You can set the number of pages with the NumberedPageCount attribute. Use the CurrentPageClass attribute to make the current page number stand out. |