LinearGaugeInstance.Orientation Property
Gets the calculated value of the Orientation property in a LinearGauge class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Orientation As GaugeOrientations
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeOrientations
A GaugeOrientations value that represents the calculated value of the Orientation property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace