Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the end value in the data distribution.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property EndValue As ReportExpression
Get
Set
'Usage
Dim instance As MapAppearanceRule
Dim value As ReportExpression
value = instance.EndValue
instance.EndValue = value
public ReportExpression EndValue { get; set; }
public:
property ReportExpression EndValue {
ReportExpression get ();
void set (ReportExpression value);
}
member EndValue : ReportExpression with get, set
function get EndValue () : ReportExpression
function set EndValue (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.