GaugeScale.MaximumValue Property

Definition

Gets or sets the maximum value for the scale.

public:
 property Microsoft::ReportingServices::RdlObjectModel::GaugeInputValue ^ MaximumValue { Microsoft::ReportingServices::RdlObjectModel::GaugeInputValue ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::GaugeInputValue ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue MaximumValue { get; set; }
member this.MaximumValue : Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue with get, set
Public Property MaximumValue As GaugeInputValue

Property Value

A GaugeInputValue object.

Applies to