Share via


ReportDoubleProperty クラス

定義

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

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

プロパティ

ExpressionString

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

(継承元 ReportProperty)
IsExpression

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

(継承元 ReportProperty)
Value

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

適用対象