MapLegend.EquallySpacedItems 属性

Indicates whether legend items will be equally spaced.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property EquallySpacedItems As ReportBoolProperty
    Get
用法
Dim instance As MapLegend
Dim value As ReportBoolProperty

value = instance.EquallySpacedItems
public ReportBoolProperty EquallySpacedItems { get; }
public:
property ReportBoolProperty^ EquallySpacedItems {
    ReportBoolProperty^ get ();
}
member EquallySpacedItems : ReportBoolProperty
function get EquallySpacedItems () : ReportBoolProperty