Click or drag to resize

StiInteraction Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Components.StiInteraction"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiInteractionConverter))]
public class StiInteraction : ICloneable, 
	IStiSerializeToCodeAsClass, IStiInteractionClass, IStiReportProperty, IStiDefault, IStiJsonReportObject

The StiInteraction type exposes the following members.

Constructors
  NameDescription
Public methodStiInteraction
Initializes a new instance of the StiInteraction class
Top
Properties
  NameDescription
Public propertyBookmark
Gets or sets the expression to fill a component bookmark.
Public propertyDrillDownEnabled
Gets or sets value which indicates whether the Drill-Down operation can be executed.
Public propertyDrillDownMode
Gets or sets a value which indicates opening of sub-reports in the one tab.
Public propertyDrillDownPage
Gets or sets a page for the Drill-Down operation.
Public propertyDrillDownPageGuid
Public propertyDrillDownParameter1
Gets or sets first Drill-Down parameter.
Public propertyDrillDownParameter2
Gets or sets second Drill-Down parameter.
Public propertyDrillDownParameter3
Gets or sets third Drill-Down parameter.
Public propertyDrillDownParameter4
Gets or sets fourth Drill-Down parameter.
Public propertyDrillDownParameter5
Gets or sets fifth Drill-Down parameter.
Public propertyDrillDownReport
Gets or sets a path to a report for the Drill-Down operation.
Public propertyHyperlink
Gets or sets an expression to fill a component hyperlink.
Public propertyIsDefault
Public propertyParentComponent
Public propertySortingColumn
Gets or sets a column by what data should be re-sorted in the report viewer.
Public propertySortingDirection
Public propertySortingEnabled
Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer.
Public propertySortingIndex
Public propertyTag
Gets or sets the expression to fill a component tag.
Public propertyToolTip
Gets or sets the expression to fill a component tooltip.
Top
Methods
  NameDescription
Public methodClone
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 methodGetReport
Public methodGetSortColumns
Public methodGetSortColumnsString
Public methodGetSortDataBandName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also