The AdvancedText type exposes the following members.

Constructors

  NameDescription
AdvancedText
Creates a new instance of AdvancedText class.

Methods

  NameDescription
BringToFront
Brings the control to the front of all controls in container.
(Inherited from ReportControl.)
CalculateRenderHeight
Calculates the height of the final rendered control.
(Inherited from TextControl.)
CalculateTextHeight
Returns text height.
(Overrides TextControl..::.CalculateTextHeight(Graphics).)
ControlAt
Returns a ReportControl object that is found in the location specified by the given PointF.
(Inherited from ReportControl.)
ControlByName
Finds a nested ReportControl object with the specified name.
(Inherited from ReportControl.)
CreateBlankControl
Overridden. See CreateBlankControl()()().
(Overrides ReportControl..::.CreateBlankControl()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindParent
Finds the control's parent.
(Inherited from ReportControl.)
FindText (Overrides ReportControl..::.FindText(String, FindTextOptions).)
GetDesignerToolTip
Returns string that will be shown in a control tooltip.
(Inherited from ReportControl.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRotatedContentRectangle
Returns a given rectangle, rotated on box angle.
(Inherited from Box.)
GetScriptsOverloaded.
GetStyle
Returns a style object for the control.
(Inherited from ReportControl.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GrowRenderHeight
Overridden. See GrowRenderHeight(Double).
(Inherited from VisualControl.)
InitNew
Sets the predefined values for the properties of the control created with visual tools such as Report Designer.
(Inherited from ReportControl.)
IsValidParent
Returns whether the control can be placed into the specified container.
(Inherited from ReportControl.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveBackward
Moves the control backward in Z-Buffer.
(Inherited from ReportControl.)
MoveForward
Moves the control forward in Z-Buffer.
(Inherited from ReportControl.)
OnCalculateValues
Raises the CalculateValues event.
OnFillChanged
Is called after the Fill property is changed.
(Inherited from Box.)
OnFontChanged
Executes if font was changed.
(Overrides TextControl..::.OnFontChanged()()().)
OnGenerate
Raises Generate event.
(Inherited from ReportControl.)
OnPaint
Paints the box.
(Inherited from Box.)
OnSizeChanged
Is called after the Size property is changed.
(Overrides ReportControl..::.OnSizeChanged()()().)
OnStyleNameChanged
Executes if style name was changed.
(Overrides ReportControl..::.OnStyleNameChanged()()().)
OnTextAlignmentChanged
Executes if text alignment was changed.
(Overrides TextControl..::.OnTextAlignmentChanged()()().)
OnTextFillChanged
Executes if text fill was changed.
(Overrides TextControl..::.OnTextFillChanged()()().)
Paint
Invokes OnPaint method.
(Inherited from ReportControl.)
PaintBackground
Paints the background of the box using the current background fill.
(Inherited from Box.)
PaintBorder
Paints a border around the box.
(Inherited from Box.)
PaintContent
Paints text control content.
(Inherited from TextControl.)
PaintText
Paints control text.
(Overrides TextControl..::.PaintText(Graphics, Brush, VectorRectangle).)
PopulateProperties
Fills the properties of the final rendered control.
(Overrides TextControl..::.PopulateProperties(ReportControl).)
Prepare
Overridded. See Prepare()()().
(Overrides ReportControl..::.Prepare()()().)
PutToBack
Puts the control to the back of all controls in container.
(Inherited from ReportControl.)
RaiseCalculateValues
Invokes OnCalculateValues method.
RaiseGenerate
Invokes OnGenerate method.
(Inherited from ReportControl.)
ReCalculateBounds
Recalculates control bounds.
(Inherited from ReportControl.)
Render
Renders the control to the final document.
(Overrides ReportControl..::.Render()()().)
RenderLocation
Calculates location of the control in the rendered report.
(Inherited from ReportControl.)
ResetBorder
Resets the Border property to its default value.
(Inherited from Box.)
ResetFill
Resets the Fill property to its default value.
(Inherited from Box.)
RunPropertyBindingDesigner
Runs designer for the property binding defined by the bindingName parameter.
(Inherited from ReportControl.)
RunPropertyDesigner
Overridden. See RunPropertyDesigner(IReportDesignerService).
(Overrides ReportControlRunPropertyDesigner(IReportDesignerService).)
ShouldSerializeBorder
Returns whether the Border property should be persisted.
(Inherited from Box.)
ShouldSerializeFill
Returns whether the Fill property should be persisted.
(Inherited from Box.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DefaultFont
Default font.
(Inherited from TextControl.)

Properties

  NameDescription
Angle
Gets or sets the angle of box rotation.
(Inherited from Box.)
Bookmark
Gets and sets a bookmark for the control.
(Inherited from ReportControl.)
Border
Gets and sets the control's border.
(Inherited from Box.)
Bounds
Gets and sets the control's bounds within the parent control.
(Inherited from ReportControl.)
CanBreak
Implements CanBreak()()().
CanGrow
Gets and sets whether the control can grow in size during rendering to match a bigger size of its rendered content regardless of the control's size in the report template.
(Inherited from TextControl.)
CanShrink
Gets and sets whether the control can shrink in size during rendering to match a smaller size of its rendered content regardless of the control's size in the report template.
(Inherited from TextControl.)
ContentRectangle
Gets the internal rectangle in the box based on the box's Margins settings.
(Inherited from Box.)
DataBindings
Gets the collection of the control's properties data/expressions bindings.
(Inherited from ReportControl.)
DisplayRectangle
Gets the rectangle for displaying the control on the canvas.
(Inherited from VisualControl.)
Document
Gets the document.
(Inherited from ReportControl.)
Engine
Gets the RenderEngine used.
(Inherited from ReportControl.)
Fill
Gets and sets the control's background fill.
(Inherited from Box.)
Font
Gets and sets the font for the text control.
(Inherited from TextControl.)
GenerateScript
Gets and sets the code for the script that will be invoked before rendering.
(Inherited from ReportControl.)
GrowToBottom
Gets and sets whether the control's rendered size should be extended to the bottom of the parent band regardless of the control's size in the template.
(Inherited from VisualControl.)
Hyperlink
Gets and sets a hyperlink for the control.
(Inherited from ReportControl.)
Location
Gets and sets the control's top-left corner position within the parent control.
(Inherited from ReportControl.)
Margins
Gets and sets the control's margins.
(Inherited from Box.)
Name
Gets and sets the name of the component.
(Inherited from ReportComponent.)
Page
Gets the page.
(Inherited from ReportControl.)
PageBounds
Gets and sets the control's bounds within the page.
(Inherited from ReportControl.)
PageLocation
Gets and sets the control's top-left corner position within the page.
(Inherited from ReportControl.)
Parent
Gets and sets the parent control.
(Inherited from ReportControl.)
RenderHeight
Gets and sets the height of the final control.
(Inherited from ReportControl.)
RightToLeft
Indicates whether the control text is printed right-to-left.
(Inherited from TextControl.)
Rtf
Sets RTF formatted text.
Size
Gets and sets the size of the control.
(Inherited from ReportControl.)
StyleName
Gets and sets the name of the style applied to the control.
(Inherited from ReportControl.)
Tag
Gets and sets an additional information for the control.
(Inherited from ReportControl.)
Text
Gets or sets HTML formatted text.
TextAlign
Gets and sets alignment for the text.
(Inherited from TextControl.)
TextFill
Gets and sets the pattern for filling the text.
(Inherited from TextControl.)
TextFormat
Gets and sets the text format for the text control.
(Inherited from TextControl.)
ToolTip
Gets and sets a tooltip for the control.
(Inherited from ReportControl.)
Visible
Gets and sets whether the control should be rendered to the final document.
(Inherited from ReportControl.)

Events

  NameDescription
CalculateValues
Occurs when a Values recalculated.
Generate
Occurs before the control is rendered.
(Inherited from ReportControl.)

See Also