Compartir a través de


LinearGauge.Orientation Propiedad

Orientation of the gauge.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Orientation As ReportEnumProperty(Of GaugeOrientations)
    Get
'Uso
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>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeOrientations>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

LinearGauge Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering