Propriedade do RDL MinimumX
Gets the minimum X value in map coordinates for a map viewport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MinimumX As ReportDoubleProperty
Get
'Uso
Dim instance As MapLimits
Dim value As ReportDoubleProperty
value = instance.MinimumX
public ReportDoubleProperty MinimumX { get; }
public:
property ReportDoubleProperty^ MinimumX {
ReportDoubleProperty^ get ();
}
member MinimumX : ReportDoubleProperty
function get MinimumX () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também