Właściwość BackgroundImage.Position
Wyrażenie wartości, która wskazuje, gdzie obraz tła z BackgroundRepeat pobiera = zwrócić klipu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Position As ReportEnumProperty(Of Positions)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Positions>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także