TextRun._TextDecoration Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the TextDecorations of the specified text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property _TextDecoration As TextDecorations
Get
'Usage
Dim instance As TextRun
Dim value As TextDecorations
value = instance._TextDecoration
public TextDecorations _TextDecoration { get; }
public:
property TextDecorations _TextDecoration {
TextDecorations get ();
}
member _TextDecoration : TextDecorations
function get _TextDecoration () : TextDecorations
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TextDecorations
A TextDecorations object.