Propriedade do RDL 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