Partager via


Propriété StyleBaseInstance.Direction

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride Property Direction As Directions 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

StyleBaseInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering