MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / PreviewPages Property

In This Topic
PreviewPages Property (Viewer)
In This Topic
Gets or sets the number of pages to load. Pass a value less than or equal to 0 to load all pages.
Syntax
'Declaration
 
Public Property PreviewPages As Integer
 

Property Value

An System.Int32 representing the number of pages to load.
Remarks
Applicable only for loading from SectionReport or PageDocument instances. The default value is 0.
See Also