다음을 통해 공유


Style.TextEffect 속성

Gets or sets the effect to apply to the text.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property TextEffect As ReportExpression(Of TextEffects)
    Get 
    Set
‘사용 방법
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>)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextEffects>
A ReportExpression<T> object.

참고 항목

참조

Style 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스