Share via


ReportIntProperty クラス

定義

レポート内の整数プロパティを表します。

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

プロパティ

ExpressionString

レポート プロパティが式の場合、レポート プロパティの式の文字列を取得します。

(継承元 ReportProperty)
IsExpression

レポート プロパティの値が式かどうかを示す値を取得します。

(継承元 ReportProperty)
Value

プロパティの integer 値を取得します。

適用対象