Name | Description | |
---|---|---|
ColumnReportStyle Constructor | Overloaded. |
The following tables list the members exposed by ColumnReportStyle.
Name | Description | |
---|---|---|
ColumnReportStyle 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) | |
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) |
Name | Description | |
---|---|---|
DefaultVisible | Overridden. Gets the default value of the GridElementReportStyle.Visible property. | |
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. | |
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 GridElementReportStyle.BackColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetClipPartialLine | Resets the value of the GridElementReportStyle.ClipPartialLine property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetFont | Resets the value of the GridElementReportStyle.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 GridElementReportStyle.ForeColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetHorizontalAlignment | Resets the value of the GridElementReportStyle.HorizontalAlignment property to its default value, HorizontalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetTrimming | Resets the value of the GridElementReportStyle.Trimming property to its default value, StringTrimming.EllipsisWord. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetVerticalAlignment | Resets the value of the GridElementReportStyle.VerticalAlignment property to its default value, VerticalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetVisible | Resets the value of the GridElementReportStyle.Visible property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) | |
ResetWidth | Resets the value of the Width property to its default value, Xceed.Grid.Column.Width. | |
ResetWordWrap | Resets the value of the GridElementReportStyle.WordWrap property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |