次の方法で共有


PosPrinterCapabilities.IsStatisticsReportingSupported プロパティ

定義

ポイント オブ サービス プリンターが統計のレポートをサポートしているかどうかを取得します。

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

プロパティ値

Boolean

bool

True を指定すると、サービス ポイント プリンターで統計のレポートがサポートされます。それ以外の場合は false。

適用対象