BackgroundImage.Position プロパティ
BackgroundRepeat = Clip の背景画像を描画する場所を示す値に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Position As ReportEnumProperty(Of Positions)
Get
'使用
Dim instance As BackgroundImage
Dim value As ReportEnumProperty(Of Positions)
value = instance.Position
public ReportEnumProperty<Positions> Position { get; }
public:
property ReportEnumProperty<Positions>^ Position {
ReportEnumProperty<Positions>^ get ();
}
member Position : ReportEnumProperty<Positions>
function get Position () : ReportEnumProperty<Positions>
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Positions>
ReportEnumProperty<EnumType> オブジェクト。