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 価値を取得します。

適用対象