Propriété Direction
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides Property Direction As Directions
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Directions
A Directions value that represents the calculated value of the Direction property.
Voir aussi