Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.
네임스페이스: 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>
A ReportEnumProperty<EnumType> object.