Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the special text formatting.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextDecoration As ReportExpression(Of TextDecorations)
Get
Set
'Usage
Dim instance As Style
Dim value As ReportExpression(Of TextDecorations)
value = instance.TextDecoration
instance.TextDecoration = value
public ReportExpression<TextDecorations> TextDecoration { get; set; }
public:
property ReportExpression<TextDecorations> TextDecoration {
ReportExpression<TextDecorations> get ();
void set (ReportExpression<TextDecorations> value);
}
member TextDecoration : ReportExpression<TextDecorations> with get, set
function get TextDecoration () : ReportExpression<TextDecorations>
function set TextDecoration (value : ReportExpression<TextDecorations>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextDecorations>
A ReportExpression<T> object.