言語

ReportStringProperty クラス

定義

レポート文字列プロパティを表します。

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

プロパティ

名前 説明
ExpressionString

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

(継承元 ReportProperty)
IsExpression

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

(継承元 ReportProperty)
Value

レポート文字列プロパティの string 値を取得します。

適用対象