Share via


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

適用対象