Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering