Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the maximum Y value in map coordinates for a map viewport.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MaximumY As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As MapLimits
Dim value As ReportExpression(Of Double)
value = instance.MaximumY
instance.MaximumY = value
public ReportExpression<double> MaximumY { get; set; }
public:
property ReportExpression<double> MaximumY {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member MaximumY : ReportExpression<float> with get, set
function get MaximumY () : ReportExpression<double>
function set MaximumY (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.