Partager via


Propriété MinPercent

Minimum percent.

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

Syntaxe

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

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