Language

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

適用対象