Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the Direction property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property Direction As Directions
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Directions
A Directions value that represents the calculated value of the Direction property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace