StartValue-Eigenschaft
Gets or sets the start value for a map bucket.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property StartValue As ReportExpression
Get
Set
'Usage
Dim instance As MapBucket
Dim value As ReportExpression
value = instance.StartValue
instance.StartValue = value
public ReportExpression StartValue { get; set; }
public:
property ReportExpression StartValue {
ReportExpression get ();
void set (ReportExpression value);
}
member StartValue : ReportExpression with get, set
function get StartValue () : ReportExpression
function set StartValue (value : ReportExpression)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.