Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ViewState Structure
Fields Methods


In This Topic
    ViewState Structure Members
    In This Topic

    The following tables list the members exposed by ViewState.

    Public Fields
     NameDescription
    Public FieldStores the value of the C1PreviewPane.Cols property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.Continuous property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.HideMarginsState property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.PageLayout property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.PreviewScrollPosition property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.PrintingLayout property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.Rows property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.ShowPageOutline property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.ShowPrintableArea property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.ShowRulers property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.ZoomFactor property of a C1PreviewPane.  
    Public FieldStores the value of the C1PreviewPane.ZoomMode property of a C1PreviewPane.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies values from the current ViewState to corresponding properties of a C1PreviewPane.  
    Public Methodstatic (Shared in Visual Basic)Creates a ViewState value and fills it with the properties of a specified C1PreviewPane.  
    Public MethodTests whether the current ViewState contains the same values as the specified object.  
    Public MethodGenerates a hash code for the current ViewState.  
    Top
    Public Operators
    Tests two ViewState values for equality.
    Tests two ViewState values for non-equality.
    Top
    See Also