LinearGaugeInstance.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.