Partager via


Propriété GaugeInputValue.MaxPercent

Gets the maximum percent.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaxPercent As ReportDoubleProperty 
    Get
'Utilisation
Dim instance As GaugeInputValue 
Dim value As ReportDoubleProperty 

value = instance.MaxPercent
public ReportDoubleProperty MaxPercent { get; }
public:
property ReportDoubleProperty^ MaxPercent {
    ReportDoubleProperty^ get ();
}
member MaxPercent : ReportDoubleProperty
function get MaxPercent () : ReportDoubleProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Voir aussi

Référence

GaugeInputValue Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering