RecordBox
Represents a record box report element.
public class RecordBox : LayoutElement
Public Class RecordBox
Inherits LayoutElement
Inheritance: ObjectLayoutElementRecordBox
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Align | Gets or sets the TextAlign enumeration that specifies the text alignment of the record box. |
Angle | Gets or sets the angle of the record box in degrees. |
AutoLeading | Gets or sets a value indicating whether the leading of the record box should be calculated automatically. |
CleanParagraphBreaks | Gets or sets the clean paragraph breaks for the paragraphs of the record box. |
DataFormat | Gets or sets the format to be used for the data of the record box. |
DataName | Gets or sets the name of the data to be used in the record box |
Expandable | Gets or sets a value indicating whether the record box will expand if all the text is not visible. |
Font | Gets or sets the Font object used to specify the font of the text for the record box. |
FontSize | Gets or sets the font size for the text of the record box. |
FormatProvider | Gets or sets the format provider of the record box. |
Height | Gets or sets the height of the record box. |
Leading | Gets or sets the leading for the text of the record box. |
ParagraphIndent | Gets or sets the paragraph indenting for the paragraphs of the record box. |
ParagraphSpacing | Gets or sets the paragraph spacing for the paragraphs of the record box. |
RightToLeft | Gets or sets a value indicating if text should be displayed right to left reading order. |
Splittable | Gets or sets a value indicating whether the text within the record box will split if the record area reaches the end of the page. |
TextColor | Gets or sets the Color object to use for the text of the record box. |
TextOutlineColor | Gets or sets the Color object to use for the text outline of the record box. |
TextOutlineWidth | Gets or sets the Color object to use for the text outline of the record box. |
Underline | Gets or sets a value indicating if the record box is underlined. |
VAlign | Gets or sets the VAlign enumeration that specifies the vertical text alignment of the record box. |
Width | Gets or sets the width of the record box. |
X | Gets or sets the X coordinate of the record box. |
Y | Gets or sets the Y coordinate of the record box. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |
Events
RecordBox.LaidOut | Occurs after the record box has been laid out. |
RecordBox.LayingOut | Occurs before the record box is laid out. |
RecordBox.TextSet | Occurs after the text has been set for the record box. |
RecordBox.TextSetting | Occurs before the text is set for the record box. |