Propriété Orientation
Orientation of the gauge.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Orientation As ReportEnumProperty(Of GaugeOrientations)
Get
'Utilisation
Dim instance As LinearGauge
Dim value As ReportEnumProperty(Of GaugeOrientations)
value = instance.Orientation
public ReportEnumProperty<GaugeOrientations> Orientation { get; }
public:
property ReportEnumProperty<GaugeOrientations>^ Orientation {
ReportEnumProperty<GaugeOrientations>^ get ();
}
member Orientation : ReportEnumProperty<GaugeOrientations>
function get Orientation () : ReportEnumProperty<GaugeOrientations>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeOrientations> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi