Set the given item offset to the given data source. The data source may be a NavigationDataSource. This pager's
ItemsType must be Records or AggregateRecords.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected virtual void SetItemOffset( IDataSource ds, long itemOffset ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub SetItemOffset ( _ ds As IDataSource, _ itemOffset As Long _ ) |
| Visual C++ |
|---|
protected: virtual void SetItemOffset( IDataSource^ ds, long long itemOffset ) |