Propriedade do RDL Orientation
Gets the calculated value of the Orientation property in a LinearGauge class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Orientation As GaugeOrientations
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeOrientations
A GaugeOrientations value that represents the calculated value of the Orientation property.
Consulte também