Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the calculated value of the Orientation property in a LinearGauge class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeOrientations
A GaugeOrientations value that represents the calculated value of the Orientation property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering