'Declaration Public Class VisualGridElementReportStyle Inherits GridElementReportStyle
'Usage Dim instance As VisualGridElementReportStyle
public class VisualGridElementReportStyle : GridElementReportStyle
'Declaration Public Class VisualGridElementReportStyle Inherits GridElementReportStyle
'Usage Dim instance As VisualGridElementReportStyle
public class VisualGridElementReportStyle : GridElementReportStyle
System.Object
Xceed.Grid.Reporting.GridElementReportStyle
Xceed.Grid.Reporting.VisualGridElementReportStyle
Xceed.Grid.Reporting.RowReportStyle
Name | Description | |
---|---|---|
![]() | VisualGridElementReportStyle 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) |
![]() | BackgroundImage | Gets or sets the background image of the grid element when it is printed in a report. |
![]() | BackgroundImageAlignment | Gets or sets the alignment of the grid element's BackgroundImage when it is printed in a report. |
![]() | BackgroundImageStyle | Gets or sets the style of the grid element's BackgroundImage when it is printed in a report. |
![]() | 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 BackColor property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsBackgroundImageAlignmentDefined | Gets a boolean value indicating if the BackgroundImageAlignment property has been explicitly set. |
![]() | IsBackgroundImageDefined | Gets a boolean value indicating if the BackgroundImage property has been explicitly set. |
![]() | IsBackgroundImageStyleDefined | Gets a boolean value indicating if the BackgroundImageStyle 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) |
![]() | IsFontDefined | Gets a boolean value indicating if the Font property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsForeColorDefined | Gets a boolean value indicating if the ForeColor property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | 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) |
![]() | 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 | |
---|---|---|
![]() | 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) |
![]() | ResetBackgroundImage | Resets the value of the BackgroundImage property to its default value, a null reference (Nothing in Visual Basic). |
![]() | ResetBackgroundImageAlignment | Resets the value of the BackgroundImage property to its default value, ContentAlignment.TopLeft. |
![]() | ResetBackgroundImageStyle | Resets the value of the BackgroundImage property to its default value, ImageStyle.Align. |
![]() | ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | 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) |
![]() | ResetForeColor | Resets the value of the ForeColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, HorizontalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | 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) |
![]() | BackgroundImageAlignmentChanged | Raised when the value of the BackgroundImageAlignment property is changed. |
![]() | BackgroundImageChanged | Raised when the value of the BackgroundImage property is changed. |
![]() | BackgroundImageStyleChanged | Raised when the value of the BackgroundImageStyle property is changed. |
![]() | ClipPartialLineChanged | Raised when the value of the ClipPartialLine property is changed. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
![]() | 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) |
![]() | 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