Click or drag to resize

StiDesignerInfo Class

Describes the class of report parameters for the designer.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DesignStiDesignerInfo

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[SerializableAttribute]
public class StiDesignerInfo

The StiDesignerInfo type exposes the following members.

Constructors
  NameDescription
Public methodStiDesignerInfo
Creates a new object of the type StiDesignerInfo.
Public methodStiDesignerInfo(StiReport)
Creates a new object of the type StiDesignerInfo.
Top
Properties
  NameDescription
Public propertyAlignToGrid
Gets or sets value, indicates that components are to be aligned to grid.
Public propertyAutoSaveInterval
Public propertyAutoSaveReportToReportClass
Public propertyCurrentAction
Currect action in designer.
Public propertyDraggingComponent
Public propertyDraggingLabelComponent
Public propertyDrawEventMarkers
Public propertyDrawMarkersWhenMoving
Public propertyEnableAutoSaveMode
Public propertyFillBands
Gets or sets value, indicates that bands are to be filled when drawing them in the designer.
Public propertyFillComponent
Gets or sets value indicates that it is necessary to fill components when drawing them in the designer.
Public propertyFillContainer
Gets or sets value indicates that it is necessary to fill containers when drawing them in the designer.
Public propertyFillCrossBands
Gets or sets value, indicates that cross-bands are to be filled when drawing them in the designer.
Public propertyForceDesigningMode
Temporarily sets mode of the designing of components.
Public propertyGenerateLocalizedName
Public propertyGridMode
Gets or sets grid mode.
Public propertyGridSize
Public propertyGridSizeCentimetres
Gets or sets grid size in centimeters.
Public propertyGridSizeHundredthsOfInch
Gets or sets grid size in hundredths of inch.
Public propertyGridSizeInch
Gets or sets grid size in inches.
Public propertyGridSizeMillimeters
Gets or sets grid size in millimeters.
Public propertyGridSizePixels
Gets or sets grid size in pixels.
Public propertyGridSizePoints
Gets or sets grid size in points.
Public propertyIsComponentsMoving
Public propertyIsTableMode
Public propertyMarkersStyle
Public propertyQuickInfoOverlay
Public propertyQuickInfoType
Public propertyReport
Gets or sets the report to which these parameters belong.
Public propertyRunDesignerAfterInsert
Gets or sets value, indicates that it is necessary to run the component designer after the component has been created.
Public propertyShowDimensionLines
Public propertyShowGrid
Gets or sets value indicates that it is necessary to show grid on a page.
Public propertyShowHeaders
Gets or sets value, indicates that component headers are to be shown from components.
Public propertyShowInteractive
Public propertyShowOrder
Gets or sets value, indicates that order of components is to be shown on the page.
Public propertyShowRulers
Gets or sets value, indicates that it is necessary to show rulers.
Public propertyUseComponentColor
Gets or sets value indicates that, when filling components, use colors in the designer parameters.
Public propertyUseLastFormat
Gets or sets value, indicates that format from last selected component copy to new components.
Public propertyViewMode
Gets or sets the view mode of a page.
Public propertyZoom
Gets or sets zoom of a report (1 = 100%).
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 methodGetFillColor
Gets color of filling.
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