Position 속성
Indicates where a background image with BackgroundRepeat = Clip should be drawn.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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< (Of < ( <'Positions> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.