Propriedade do RDL PivotY
Gets an expression that evaluates to the Y position of the pivot point, as a percent of the gauge height.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property PivotY As ReportDoubleProperty
Get
'Uso
Dim instance As RadialGauge
Dim value As ReportDoubleProperty
value = instance.PivotY
public ReportDoubleProperty PivotY { get; }
public:
property ReportDoubleProperty^ PivotY {
ReportDoubleProperty^ get ();
}
member PivotY : ReportDoubleProperty
function get PivotY () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também