LineDisplayCapabilities.IsStatisticsReportingSupported 属性

定义

获取行显示是否支持报告统计信息。

public:
 property bool IsStatisticsReportingSupported { bool get(); };
bool IsStatisticsReportingSupported();
public bool IsStatisticsReportingSupported { get; }
var boolean = lineDisplayCapabilities.isStatisticsReportingSupported;
Public ReadOnly Property IsStatisticsReportingSupported As Boolean

属性值

Boolean

bool

如此 如果行显示支持报告统计信息;否则为 false。

适用于