Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the grid element when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | Font | Gets or sets the font that the grid element will have when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ForeColor | Gets or sets the foreground color that the grid element will have when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment that the grid element will have when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsBackColorDefined | Gets a boolean value indicating if the GridElementReportStyle.BackColor property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsClipPartialLineDefined | Gets a boolean value indicating if the GridElementReportStyle.ClipPartialLine property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsFontDefined | Gets a boolean value indicating if the GridElementReportStyle.Font property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsForeColorDefined | Gets a boolean value indicating if the GridElementReportStyle.ForeColor property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsHorizontalAlignmentDefined | Gets a boolean value indicating if the GridElementReportStyle.HorizontalAlignment property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsTrimmingDefined | Gets a boolean value indicating if the GridElementReportStyle.Trimming property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsVerticalAlignmentDefined | Gets a boolean value indicating if the GridElementReportStyle.VerticalAlignment property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsVisibleDefined | Gets a boolean value indicating if the GridElementReportStyle.Visible property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsWidthDefined | Gets a boolean value indicating if the Width property has been explicitly set. |
![]() | IsWordWrapDefined | Gets a boolean value indicating if the GridElementReportStyle.WordWrap property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | Trimming | Gets or sets a value indicating how the text displayed in the grid element will be trimmed when it exceeds the edges of the layout rectangle. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | VerticalAlignment | Gets or sets the vertical alignment that the grid element will have when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | Visible | Gets or sets a boolean value indicating if the grid element is visible when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | Width | Gets or sets the width, in hundredths of an inch, of the column when it is printed in a report. |
![]() | WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped when it is printed in a report. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |