BackgroundImage.Value プロパティ
画像データに評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Value As ReportStringProperty
Get
'使用
Dim instance As BackgroundImage
Dim value As ReportStringProperty
value = instance.Value
public ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
ReportStringProperty^ get () sealed;
}
abstract Value : ReportStringProperty
override Value : ReportStringProperty
final function get Value () : ReportStringProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty オブジェクト。
実装
説明
データ型は、string または byte の配列で、Source によって異なります。