Click or drag to resize

StiPageParamView Class

This class is used for keeping parameter pages for preview window.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.ViewerStiPageParamView

Namespace:  Stimulsoft.Report.Viewer
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiPageParamView

The StiPageParamView type exposes the following members.

Constructors
  NameDescription
Public methodStiPageParamView
Creates a new object of the type StiPageParamView.
Public methodStiPageParamView(Int32, Int32, Int32, Int32, Int32)
Creates a new object of the type StiPageParamView.
Top
Properties
  NameDescription
Public propertyDisplayRectangle
Gets rectangle, which occupies the page in window of the preview.
Public propertyHeight
Gets or sets height in window of the preview.
Public propertyLine
Gets or sets number to lines in which is placed page.
Public propertyPage
Gets or sets page, which parameters describes the object.
Public propertyWidth
Gets or sets width in window of the preview.
Public propertyX
Gets or sets X coordinate in window of the preview.
Public propertyY
Gets or sets Y coordinate in window of the preview.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also