StyleInstance.Direction 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overrides Property Direction As Directions 
    Get 
    Set
用法
Dim instance As StyleInstance 
Dim value As Directions 

value = instance.Direction

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.Directions
A Directions value that represents the calculated value of the Direction property.

请参阅

参考

StyleInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间