Condividi tramite


Proprietà GaugeInputValue.MaxPercent

Gets the maximum percent.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MaxPercent As ReportDoubleProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

GaugeInputValue Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering