다음을 통해 공유


Direction 속성

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

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

구문

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

value = instance.Direction

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

속성 값

형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Directions
A Directions value that represents the calculated value of the Direction property.