Propriedade do RDL TextEffect
Gets the calculated value of the TextEffect property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides Property TextEffect As TextEffects
Get
Set
'Uso
Dim instance As StyleInstance
Dim value As TextEffects
value = instance.TextEffect
instance.TextEffect = value
public override TextEffects TextEffect { get; set; }
public:
virtual property TextEffects TextEffect {
TextEffects get () override;
void set (TextEffects value) override;
}
abstract TextEffect : TextEffects with get, set
override TextEffect : TextEffects with get, set
override function get TextEffect () : TextEffects
override function set TextEffect (value : TextEffects)
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextEffects
A TextEffects value that represents the calculated value of the TextEffect property.
Consulte também