ClientRequestPagingOptions Property  | 
 
            Gets the paging options, when result records are retrieved in pages.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ResultPaging PagingOptions { get; }Public ReadOnly Property PagingOptions As ResultPaging
	Get
public:
property ResultPaging^ PagingOptions {
	ResultPaging^ get ();
}member PagingOptions : ResultPaging with get
Property Value
Type: 
ResultPaging
See Also