Articles in this section
Category / Section

How to enable paging in ASP.NET Web Forms(classic) OlapClient?

1 min read

To enable paging programmatically, set EnablePaging to ‘true’ and SeriesPageSize as well as CategorialPageSize to a definite number in the OLAP Report.

C#

olapReport.EnablePaging = true;
olapReport.PagerOptions.SeriesPageSize = 20;
olapReport.PagerOptions.CategorialPageSize = 15;

VB

olapReport.EnablePaging = True
olapReport.PagerOptions.SeriesPageSize = 20
olapReport.PagerOptions.CategorialPageSize = 15

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied