Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the effect to apply to the text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextEffect As ReportExpression(Of TextEffects)
Get
Set
'Usage
Dim instance As Style
Dim value As ReportExpression(Of TextEffects)
value = instance.TextEffect
instance.TextEffect = value
public ReportExpression<TextEffects> TextEffect { get; set; }
public:
property ReportExpression<TextEffects> TextEffect {
ReportExpression<TextEffects> get ();
void set (ReportExpression<TextEffects> value);
}
member TextEffect : ReportExpression<TextEffects> with get, set
function get TextEffect () : ReportExpression<TextEffects>
function set TextEffect (value : ReportExpression<TextEffects>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextEffects>
A ReportExpression<T> object.