Partager via


Propriété MaxPercent

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