言語

ReportBoolProperty クラス

定義

レポート内の Boolean プロパティを表しています。

public ref class ReportBoolProperty sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty
public sealed class ReportBoolProperty : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
type ReportBoolProperty = class
    inherit ReportProperty
Public NotInheritable Class ReportBoolProperty
Inherits ReportProperty
継承
ReportBoolProperty

プロパティ

名前 説明
ExpressionString

レポートプロパティが式であれば、その表現文字列を取得します。

(継承元 ReportProperty)
IsExpression

レポートプロパティの値が式であるかどうかを示す値が得られます。

(継承元 ReportProperty)
Value

物件の Boolean 価値を取得します。

適用対象