TextEffect 属性
Gets the calculated value of the TextEffect property in a Style class.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Overrides Property TextEffect As TextEffects
Get
Set
用法
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)
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextEffects
A TextEffects value that represents the calculated value of the TextEffect property.