Orientation 屬性
Gets the calculated value of the Orientation property in a LinearGauge class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Orientation As GaugeOrientations
Get
'用途
Dim instance As LinearGaugeInstance
Dim value As GaugeOrientations
value = instance.Orientation
public GaugeOrientations Orientation { get; }
public:
property GaugeOrientations Orientation {
GaugeOrientations get ();
}
member Orientation : GaugeOrientations
function get Orientation () : GaugeOrientations
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeOrientations
A GaugeOrientations value that represents the calculated value of the Orientation property.