Propriété Low
Indicates the high value for the data point.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Low As ReportExpression
Get
Set
'Utilisation
Dim instance As ChartDataPointValues
Dim value As ReportExpression
value = instance.Low
instance.Low = value
public ReportExpression Low { get; set; }
public:
property ReportExpression Low {
ReportExpression get ();
void set (ReportExpression value);
}
member Low : ReportExpression with get, set
function get Low () : ReportExpression
function set Low (value : ReportExpression)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Voir aussi