ReportVariantProperty クラス

定義

レポート内のさまざまの種類のプロパティを表します。

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

プロパティ

ExpressionString

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

(継承元 ReportProperty)
IsExpression

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

(継承元 ReportProperty)
Value

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

適用対象