'Declaration Public Class GroupReportStyle Inherits GridElementReportStyle
'Usage Dim instance As GroupReportStyle
public class GroupReportStyle : GridElementReportStyle
'Declaration Public Class GroupReportStyle Inherits GridElementReportStyle
'Usage Dim instance As GroupReportStyle
public class GroupReportStyle : GridElementReportStyle
System.Object
Xceed.Grid.Reporting.GridElementReportStyle
Xceed.Grid.Reporting.GroupReportStyle
Xceed.Grid.Reporting.GridReportStyle
Name | Description | |
---|---|---|
![]() | GroupReportStyle Constructor | Overloaded. |
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) |
![]() | BottomBorder | Gets the report style of the group's bottom border. |
![]() | BottomMargin | Gets or sets the height of the group's bottom margin, in hundredths of an inch. |
![]() | ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | Collapsed | Gets or sets a boolean value indicating if the group is collapsed when it is printed in the report. |
![]() | 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) |
![]() | FooterRow | Gets the report style of the Xceed.Grid.Rows contained in the Xceed.Grid.Group's Xceed.Grid.GroupBase.FooterRows section. |
![]() | 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) |
![]() | GroupManagerRow | Gets the report style of the Xceed.Grid.GroupManagerRows contained in the group. |
![]() | HeaderRow | Gets the report style of the Xceed.Grid.Rows contained in the Xceed.Grid.Group's Xceed.Grid.GroupBase.HeaderRows section. |
![]() | 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 BackColor property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsBottomBorderDefined | Gets a boolean value indicating if one or more properties of the BottomBorder report style have been explicitly set. |
![]() | IsBottomMarginDefined | Gets a boolean value indicating if the BottomMargin property has been explicitly set. |
![]() | IsClipPartialLineDefined | Gets a boolean value indicating if the ClipPartialLine property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsCollapsedDefined | Gets a boolean value indicating if the Collapsed property has been explicitly set. |
![]() | IsFontDefined | Gets a boolean value indicating if the Font property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsFooterRowDefined | Gets a boolean value indicating if one or more properties of the FooterRow report style have been explicitly set. |
![]() | IsForeColorDefined | Gets a boolean value indicating if the ForeColor property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsGroupManagerRowDefined | Gets a boolean value indicating if one or more properties of the GroupManagerRow report style have been explicitly set. |
![]() | IsHeaderRowDefined | Gets a boolean value indicating if one or more properties of the HeaderRow report style have been explicitly set. |
![]() | IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsKeepTogetherDefined | Gets a boolean value indicating if the KeepTogether property has been explicitly set. |
![]() | IsPageBreakDefined | Gets a boolean value indicating if the PageBreak property has been explicitly set. |
![]() | IsRowHeightDefined | Gets a boolean value indicating if the RowHeight property has been explicitly set. |
![]() | IsRowHeightExpansionDefined | Gets a boolean value indicating if the RowHeightExpansion property has been explicitly set. |
![]() | IsRowHeightExpansionLimitDefined | Gets a boolean value indicating if the RowHeightExpansionLimit property has been explicitly set. |
![]() | IsSideMarginWidthDefined | Gets a boolean value indicating if the SideMarginWidth property has been explicitly set. |
![]() | IsSummaryRowDefined | Gets a boolean value indicating if one or more properties of the SummaryRow report style have been explicitly set. |
![]() | IsTopBorderDefined | Gets a boolean value indicating if one or more properties of the TopBorder report style have been explicitly set. |
![]() | IsTopMarginDefined | Gets a boolean value indicating if the TopMargin property has been explicitly set. |
![]() | IsTrimmingDefined | Gets a boolean value indicating if the Trimming property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsVerticalAlignmentDefined | Gets a boolean value indicating if the VerticalAlignment property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsVisibleDefined | Gets a boolean value indicating if the Visible property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsWordWrapDefined | Gets a boolean value indicating if the WordWrap property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | KeepTogether | Gets or sets a boolean value indicating if the content of the group should be kept together when it is printed in a report. |
![]() | PageBreak | Gets or sets a value indicating when a page break should be applied. |
![]() | RowHeight | Gets or sets the height, in hundredths of an inch, of the rows contained in the group. |
![]() | RowHeightExpansion | Gets or sets a value indicating how the height of the rows contained in the group expands to their content. |
![]() | RowHeightExpansionLimit | Gets or sets the height limit, in hundredths of an inch, of the rows contained in the group. |
![]() | SideMarginWidth | Gets or sets the width of the group's side margin, in hundredths of an inch. |
![]() | SummaryRow | Gets the report style of the Xceed.Grid.SummaryRows contained in the group. |
![]() | TopBorder | Gets the report style of the group's top border. |
![]() | TopMargin | Gets or sets the height of the group's top margin, in hundredths of an inch. |
![]() | 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) |
![]() | 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) |
Name | Description | |
---|---|---|
![]() | DefaultBottomMargin | Gets the default value of the BottomMargin property. |
![]() | DefaultKeepTogether | Gets the default value of the KeepTogether property. |
![]() | DefaultPageBreak | Gets the default value of the PageBreak property. |
![]() | DefaultTopMargin | Gets the default value of the TopMargin property. |
![]() | DefaultVisible | Gets the default value of the Visible property. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates an exact copy of the style. |
![]() | Reset | Resets all of the properties that have been explicitly set back to their default values. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetBackColor | Resets the value of the BackColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetBottomBorder | Resets the property values of the BottomBorder report style. |
![]() | ResetBottomMargin | Resets the value of the BottomMargin property to its default value, DefaultBottomMargin. |
![]() | ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetCollapsed | Resets the value of the Collapsed property to its default value, false. |
![]() | ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetFooterRow | Resets the property values of the FooterRow report style. |
![]() | ResetForeColor | Resets the value of the ForeColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetGroupManagerRow | Resets the property values of the GroupManagerRow report style. |
![]() | ResetHeaderRow | Resets the property values of the HeaderRow report style. |
![]() | ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, HorizontalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetKeepTogether | Resets the value of the KeepTogether property to its default value, DefaultKeepTogether. |
![]() | ResetPageBreak | Resets the value of the PageBreak property to its default value, DefaultPageBreak. |
![]() | ResetRowHeight | Resets the value of the RowHeight property to its default value, 0. |
![]() | ResetRowHeightExpansion | Resets the value of the RowHeightExpansion property to its default value, NeverExpand. |
![]() | ResetRowHeightExpansionLimit | Resets the value of the RowHeightExpansionLimit property to its default value, 0. |
![]() | ResetSideMarginWidth | Resets the value of the SideMarginWidth property to its default value, 10. |
![]() | ResetSummaryRow | Resets the property values of the SummaryRow report style. |
![]() | ResetTopBorder | Resets the property values of the TopBorder report style. |
![]() | ResetTopMargin | Resets the value of the TopMargin property to its default value, DefaultTopMargin. |
![]() | ResetTrimming | Resets the value of the Trimming property to its default value, StringTrimming.EllipsisWord. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetVerticalAlignment | Resets the value of the VerticalAlignment property to its default value, VerticalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetVisible | Resets the value of the Visible property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetWordWrap | Resets the value of the WordWrap property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
Name | Description | |
---|---|---|
![]() | BackColorChanged | Raised when the value of the BackColor property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | BottomMarginChanged | Raised when the value of the BottomMargin property is changed. |
![]() | ClipPartialLineChanged | Raised when the value of the ClipPartialLine property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | CollapsedChanged | Raised when the value of the Collapsed property is changed. |
![]() | FontChanged | Raised when the value of the Font property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ForeColorChanged | Raised when the value of the ForeColor property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | HorizontalAlignmentChanged | Raised when the value of the HorizontalAlignment property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | KeepTogetherChanged | Raised when the value of the KeepTogether property is changed. |
![]() | PageBreakChanged | Raised when the value of the PageBreak property is changed. |
![]() | RowHeightChanged | Raised when the value of the RowHeight property is changed. |
![]() | RowHeightExpansionChanged | Raised when the value of the RowHeightExpansion property is changed. |
![]() | RowHeightExpansionLimitChanged | Raised when the value of the RowHeightExpansionLimit property is changed. |
![]() | SideMarginWidthChanged | Raised when the value of the SideMarginWidth property is changed. |
![]() | TopMarginChanged | Raised when the value of the TopMargin property is changed. |
![]() | TrimmingChanged | Raised when the value of the Trimming property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | VerticalAlignmentChanged | Raised when the value of the VerticalAlignment property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | VisibleChanged | Raised when the value of the Visible property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | WordWrapChanged | Raised when the value of the WordWrap property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2