Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Indicates whether legend items will be equally spaced.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property EquallySpacedItems As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As MapLegend
Dim value As ReportExpression(Of Boolean)
value = instance.EquallySpacedItems
instance.EquallySpacedItems = value
public ReportExpression<bool> EquallySpacedItems { get; set; }
public:
property ReportExpression<bool> EquallySpacedItems {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member EquallySpacedItems : ReportExpression<bool> with get, set
function get EquallySpacedItems () : ReportExpression<boolean>
function set EquallySpacedItems (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.