Share via


BackgroundImage.Position 属性

定义

获取一个表达式,该表达式的计算结果为指示 BackgroundRepeat = Clip 的背景图像应在哪里绘制的值。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Positions> ^ Position { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Positions> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Positions> Position { get; }
member this.Position : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Positions>
Public ReadOnly Property Position As ReportEnumProperty(Of Positions)

属性值

ReportEnumProperty<EnumType> 对象。

适用于