'Declaration Public Overloads Shared Function BuildFormattedText( _ ByVal formattedText As String, _ ByVal sizeInPixels As Size, _ ByVal baseFont As Font, _ ByRef defaultAppearance As Infragistics.Win.AppearanceData _ ) As String
public static string BuildFormattedText( string formattedText, Size sizeInPixels, Font baseFont, ref Infragistics.Win.AppearanceData defaultAppearance )
BuildFormattedText is a method used to parse the string representation of an UltraFormattedTextEditor or UltraFormattedLinkLabel such that it can be added to an element of a report. Not all aspects of these controls are supported by the AddRichContent method, so any such attributes are ignored.
Note:The list of unsupported attributes or properties includes the following list:
In addition to the above list, the following are not possible without providing an element into which multiple Infragistics.Documents.Reports.Report.Text.IText elements can be added, such as through BuildFormattedText(String,Size,Font,AppearanceData,IGridCell).
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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