Xceed Grid for WinForms v4.3 Documentation
GridElementReportStyle Class Members
Properties  Methods  Events


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace : GridElementReportStyle Class

The following tables list the members exposed by GridElementReportStyle.

Protected Constructors
 NameDescription
Protected ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the background color of the grid element when it is printed in a report.  
Public PropertyGets or sets a boolean value indicating if partial lines should be clipped.  
Public PropertyGets or sets the font that the grid element will have when it is printed in a report.  
Public PropertyGets or sets the foreground color that the grid element will have when it is printed in a report.  
Public PropertyGets or sets the horizontal alignment that the grid element will have when it is printed in a report.  
Public PropertyGets a boolean value indicating if the BackColor property has been explicitly set.  
Public PropertyGets a boolean value indicating if the ClipPartialLine property has been explicitly set.  
Public PropertyGets a boolean value indicating if the Font property has been explicitly set.  
Public PropertyGets a boolean value indicating if the ForeColor property has been explicitly set.  
Public PropertyGets a boolean value indicating if the HorizontalAlignment property has been explicitly set.  
Public PropertyGets a boolean value indicating if the Trimming property has been explicitly set.  
Public PropertyGets a boolean value indicating if the VerticalAlignment property has been explicitly set.  
Public PropertyGets a boolean value indicating if the Visible property has been explicitly set.  
Public PropertyGets a boolean value indicating if the WordWrap property has been explicitly set.  
Public PropertyGets 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.  
Public PropertyGets or sets the vertical alignment that the grid element will have when it is printed in a report.  
Public PropertyGets or sets a boolean value indicating if the grid element is visible when it is printed in a report.  
Public PropertyGets or sets a boolean value indicating if the text of the grid element should be wrapped when it is printed in a report.  
Top
Protected Properties
 NameDescription
Protected PropertyGets the default value of the Visible property.  
Protected PropertyGets a collection of property names whose values have been explicitly set as well as the corresponding values.  
Top
Public Methods
 NameDescription
Public MethodCreates an exact copy of the style.  
Public MethodResets all of the properties that have been explicitly set back to their default values.  
Public MethodResets the value of the BackColor property to its default value, System.Drawing.Color.Empty.  
Public MethodResets the value of the ClipPartialLine property to its default value, true.  
Public MethodResets the value of the Font property to its default value, a null reference (Nothing in Visual Basic).  
Public MethodResets the value of the ForeColor property to its default value, System.Drawing.Color.Empty.  
Public MethodResets the value of the HorizontalAlignment property to its default value, HorizontalAlignment.Default.  
Public MethodResets the value of the Trimming property to its default value, StringTrimming.EllipsisWord.  
Public MethodResets the value of the VerticalAlignment property to its default value, VerticalAlignment.Default.  
Public MethodResets the value of the Visible property to its default value, true.  
Public MethodResets the value of the WordWrap property to its default value, true.  
Top
Protected Methods
Public Events
 NameDescription
Public EventRaised when the value of the BackColor property is changed.  
Public EventRaised when the value of the ClipPartialLine property is changed.  
Public EventRaised when the value of the Font property is changed.  
Public EventRaised when the value of the ForeColor property is changed.  
Public EventRaised when the value of the HorizontalAlignment property is changed.  
Public EventRaised when the value of the Trimming property is changed.  
Public EventRaised when the value of the VerticalAlignment property is changed.  
Public EventRaised when the value of the Visible property is changed.  
Public EventRaised when the value of the WordWrap property is changed.  
Top
See Also

Reference

GridElementReportStyle Class
Xceed.Grid.Reporting Namespace