Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ColumnReportStyle Class
Members


In This Topic
    ColumnReportStyle Class
    In This Topic
    Represents the report style of a Xceed.Grid.Column.
    Syntax
    'Declaration
     
    Public Class ColumnReportStyle 
       Inherits GridElementReportStyle
    'Usage
     
    Dim instance As ColumnReportStyle
    public class ColumnReportStyle : GridElementReportStyle 
    Remarks

    Unlike the other report styles, the default values of the GridElementReportStyle.Visible and Width properties inherit their default values from their parent column in the Xceed.Grid.GridControl.

    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.GridElementReportStyle
          Xceed.Grid.Reporting.ColumnReportStyle

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

    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

    See Also