Property to set page size

Is possible to create a property in XDataset to set the page size of data?

What do you mean exactly by page size of data? RemoteDB always brings all data at once since it works "offline" after the SQL is executed.

It would be something like data paging where I could set the size of the packet I would like to get at a time

Unfortunately there is no such feature.