다음을 통해 공유


StyleBaseInstance.TextAlign 속성

Gets the calculated value of the TextAlign property in a StyleBase class.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public MustOverride Property TextAlign As TextAlignments 
    Get 
    Set
‘사용 방법
Dim instance As StyleBaseInstance 
Dim value As TextAlignments 

value = instance.TextAlign

instance.TextAlign = value
public abstract TextAlignments TextAlign { get; set; }
public:
virtual property TextAlignments TextAlign {
    TextAlignments get () abstract;
    void set (TextAlignments value) abstract;
}
abstract TextAlign : TextAlignments with get, set
abstract function get TextAlign () : TextAlignments 
abstract function set TextAlign (value : TextAlignments)

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments
A TextAlignments value that represents the calculated value of the TextAlign property.

참고 항목

참조

StyleBaseInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스