Class MatrixSortButton
Represents the matrix button used to toggle sort order of matrix headers.
Implements
Inherited Members
FastReport.ReportComponentBase.Left
FastReport.ReportComponentBase.Top
FastReport.ReportComponentBase.Width
FastReport.ReportComponentBase.Height
FastReport.ReportComponentBase.AssignFormat(FastReport.ReportComponentBase)
FastReport.ReportComponentBase.HandleMouseDown(FastReport.Utils.FRMouseEventArgs)
FastReport.ReportComponentBase.CheckParent(System.Boolean)
FastReport.ReportComponentBase.DrawMarkers(FastReport.Utils.FRPaintEventArgs)
FastReport.ReportComponentBase.DrawMarkers(FastReport.Utils.FRPaintEventArgs, FastReport.MarkerStyle)
FastReport.ReportComponentBase.DrawIntersection(FastReport.Utils.FRPaintEventArgs)
FastReport.ReportComponentBase.DrawCrossHair(FastReport.Utils.FRPaintEventArgs, System.Single, System.Single)
FastReport.ReportComponentBase.GetContextMenu()
FastReport.ReportComponentBase.GetPreferredSize()
FastReport.ReportComponentBase.OnAfterInsert(FastReport.InsertFrom)
FastReport.ReportComponentBase.MouseMove
FastReport.ReportComponentBase.MouseUp
FastReport.ReportComponentBase.MouseDown
FastReport.ReportComponentBase.MouseEnter
FastReport.ReportComponentBase.MouseLeave
FastReport.ReportComponentBase.AssignPreviewEvents(FastReport.Base)
FastReport.ReportComponentBase.OnMouseMove(System.Windows.Forms.MouseEventArgs)
FastReport.ReportComponentBase.OnMouseUp(System.Windows.Forms.MouseEventArgs)
FastReport.ReportComponentBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)
FastReport.ReportComponentBase.OnMouseEnter(System.EventArgs)
FastReport.ReportComponentBase.OnMouseLeave(System.EventArgs)
FastReport.ReportComponentBase.OnMouseWheel(System.Windows.Forms.MouseEventArgs)
FastReport.ReportComponentBase.GetPreviewContextMenu()
FastReport.ComponentBase.CheckNegativeSize(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.DrawDragAcceptFrame(FastReport.Utils.FRPaintEventArgs, System.Drawing.Color)
FastReport.ComponentBase.DrawSelection(FastReport.Utils.FRPaintEventArgs)
FastReport.ComponentBase.GetSmartTag()
FastReport.ComponentBase.HandleDoubleClick()
FastReport.ComponentBase.HandleDragDrop(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleDragOver(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleKeyDown(System.Windows.Forms.Control, System.Windows.Forms.KeyEventArgs)
FastReport.ComponentBase.HandleMouseHover(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseMove(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseUp(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseWheel(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.PointInObject(System.Drawing.PointF)
FastReport.ComponentBase.DrawSelectionPoint(FastReport.Utils.FRPaintEventArgs, System.Drawing.Pen, System.Drawing.Brush, System.Single, System.Single)
FastReport.ComponentBase.GetSelectionPoints()
FastReport.ComponentBase.PointInSelectionPoint(System.Single, System.Single, System.Drawing.PointF)
FastReport.Base.IsSelected
FastReport.Base.IsParentSelected
FastReport.Base.Delete()
FastReport.Base.OnBeforeInsert(System.Int32)
FastReport.Base.SelectionChanged()
FastReport.Base.GetImageIndex()
Namespace: FastReport.AdvMatrix
Assembly: FastReport.dll
Syntax
public class MatrixSortButton : MatrixButton, IDisposable, IFRSerializable
Constructors
MatrixSortButton()
Initializes a new instance of the MatrixSortButton class.
Declaration
public MatrixSortButton()
Properties
AllowInactiveSort
Determines whether "None" sort is allowed when you switch sort states.
Declaration
public bool AllowInactiveSort { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InactiveSortColor
Determines the color used to display button with inactive sort state (Sort = None).
Declaration
public Color InactiveSortColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Sort
Determines the sort state of this button.
Declaration
public SortOrder Sort { get; set; }
Property Value
Type | Description |
---|---|
SortOrder |
Symbol
Determines the symbol used to display the state of this button.
Declaration
public SortSymbol Symbol { get; set; }
Property Value
Type | Description |
---|---|
SortSymbol |
Methods
Assign(Base)
Declaration
public override void Assign(Base source)
Parameters
Type | Name | Description |
---|---|---|
Base | source |
Overrides
Draw(FRPaintEventArgs)
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
FRPaintEventArgs | e |
Overrides
MatrixSortButtonClick()
For internal use only,return action click for Advanced Matrix sort button
Declaration
public void MatrixSortButtonClick()
OnClick(EventArgs)
This method fires the Click event and the script code connected to the ClickEvent.
Declaration
public override void OnClick(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | Event data. |
Overrides
Serialize(FRWriter)
Declaration
public override void Serialize(FRWriter writer)
Parameters
Type | Name | Description |
---|---|---|
FRWriter | writer |