Propriedade do RDL MinimumY
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MinimumY As Double
Get
'Uso
Dim instance As MapLimitsInstance
Dim value As Double
value = instance.MinimumY
public double MinimumY { get; }
public:
property double MinimumY {
double get ();
}
member MinimumY : float
function get MinimumY () : double
Valor da propriedade
Tipo: System. . :: . .Double
A double value that represents the calculated value of the MinimumY property.
Consulte também