Name | Description | |
---|---|---|
GridElementReportStyle Constructor | Overloaded. |
The following tables list the members exposed by GridElementReportStyle.
Name | Description | |
---|---|---|
GridElementReportStyle Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the grid element when it is printed in a report. | |
ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. | |
Font | Gets or sets the font that the grid element will have when it is printed in a report. | |
ForeColor | Gets or sets the foreground color that the grid element will have when it is printed in a report. | |
HorizontalAlignment | Gets or sets the horizontal alignment that the grid element will have when it is printed in a report. | |
IsBackColorDefined | Gets a boolean value indicating if the BackColor property has been explicitly set. | |
IsClipPartialLineDefined | Gets a boolean value indicating if the ClipPartialLine property has been explicitly set. | |
IsFontDefined | Gets a boolean value indicating if the Font property has been explicitly set. | |
IsForeColorDefined | Gets a boolean value indicating if the ForeColor property has been explicitly set. | |
IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. | |
IsTrimmingDefined | Gets a boolean value indicating if the Trimming property has been explicitly set. | |
IsVerticalAlignmentDefined | Gets a boolean value indicating if the VerticalAlignment property has been explicitly set. | |
IsVisibleDefined | Gets a boolean value indicating if the Visible property has been explicitly set. | |
IsWordWrapDefined | Gets a boolean value indicating if the WordWrap property has been explicitly set. | |
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. | |
VerticalAlignment | Gets or sets the vertical alignment that the grid element will have when it is printed in a report. | |
Visible | Gets or sets a boolean value indicating if the grid element is visible 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. |
Name | Description | |
---|---|---|
DefaultVisible | Gets the default value of the Visible property. | |
Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of the style. | |
Reset | Resets all of the properties that have been explicitly set back to their default values. | |
ResetBackColor | Resets the value of the BackColor property to its default value, System.Drawing.Color.Empty. | |
ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, true. | |
ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). | |
ResetForeColor | Resets the value of the ForeColor property to its default value, System.Drawing.Color.Empty. | |
ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, HorizontalAlignment.Default. | |
ResetTrimming | Resets the value of the Trimming property to its default value, StringTrimming.EllipsisWord. | |
ResetVerticalAlignment | Resets the value of the VerticalAlignment property to its default value, VerticalAlignment.Default. | |
ResetVisible | Resets the value of the Visible property to its default value, true. | |
ResetWordWrap | Resets the value of the WordWrap property to its default value, true. |
Name | Description | |
---|---|---|
OnBackColorChanged | Raises the BackColorChanged event. | |
OnClipPartialLineChanged | Raises the ClipPartialLineChanged event. | |
OnFontChanged | Raises the FontChanged event. | |
OnForeColorChanged | Raises the ForeColorChanged event. | |
OnHorizontalAlignmentChanged | Raises the HorizontalAlignmentChanged event. | |
OnTrimmingChanged | Raises the TrimmingChanged event. | |
OnVerticalAlignmentChanged | Raises the VerticalAlignmentChanged event. | |
OnVisibleChanged | Raises the VisibleChanged event. | |
OnWordWrapChanged | Raises the WordWrapChanged event. |
Name | Description | |
---|---|---|
BackColorChanged | Raised when the value of the BackColor property is changed. | |
ClipPartialLineChanged | Raised when the value of the ClipPartialLine property is changed. | |
FontChanged | Raised when the value of the Font property is changed. | |
ForeColorChanged | Raised when the value of the ForeColor property is changed. | |
HorizontalAlignmentChanged | Raised when the value of the HorizontalAlignment property is changed. | |
TrimmingChanged | Raised when the value of the Trimming property is changed. | |
VerticalAlignmentChanged | Raised when the value of the VerticalAlignment property is changed. | |
VisibleChanged | Raised when the value of the Visible property is changed. | |
WordWrapChanged | Raised when the value of the WordWrap property is changed. |