Propriedade do RDL GaugeInputValue.MinPercent
Gets the minimum percent.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MinPercent As ReportDoubleProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering