Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.