Gets or sets the 0-based index of the currently visible page. If several pages are visible, this property indicates the page with the most surface shown. When the property is set, the new start page's top left corner is aligned with the preview window's top left corner.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public int StartPageIdx { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<DefaultValueAttribute()> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property StartPageIdx As Integer
	Get
	Set

Remarks

The default value for this property is 0.

See Also