LinearGauge.Orientation 屬性
Orientation of the gauge.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Orientation As ReportEnumProperty(Of GaugeOrientations)
Get
'用途
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>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeOrientations>
A ReportEnumProperty<EnumType> object.