Click or drag to resize

StiCrossHeaderInteraction Class

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

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.ComponentsStiInteraction
    Stimulsoft.Report.ComponentsStiCrossHeaderInteraction

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiCrossHeaderInteraction : StiInteraction

The StiCrossHeaderInteraction type exposes the following members.

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