SelectColumnsPageView Fields
This page is no longer used in the current Report Wizard implementation. Use the MultiQuerySelectFieldsPageView class instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page).Name | Description |
---|---|
ScrollStateAutoScrolling protected static | Determines the value of the AutoScroll property. Inherited from ScrollableControl. |
ScrollStateFullDrag protected static | Determines whether the user has enabled full window drag. Inherited from ScrollableControl. |
ScrollStateHScrollVisible protected static |
Determines whether the value of the HScroll property is set to true .
Inherited from ScrollableControl. |
ScrollStateUserHasScrolled protected static | Determines whether the user had scrolled through the ScrollableControl control. Inherited from ScrollableControl. |
ScrollStateVScrollVisible protected static |
Determines whether the value of the VScroll property is set to true .
Inherited from ScrollableControl. |
See Also