Partilhar via


Propriedade do RDL Gauge.AspectRatio

Indicates the aspect ratio (width/height) to be used for drawing the gauge.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property AspectRatio As ReportDoubleProperty 
    Get
'Uso
Dim instance As Gauge 
Dim value As ReportDoubleProperty 

value = instance.AspectRatio
public ReportDoubleProperty AspectRatio { get; }
public:
property ReportDoubleProperty^ AspectRatio {
    ReportDoubleProperty^ get ();
}
member AspectRatio : ReportDoubleProperty
function get AspectRatio () : ReportDoubleProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Consulte também

Referência

Gauge Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering