Partilhar via


Propriedade do RDL BackgroundImageInstance.Position

Gets the calculated value of the Position property in a BackgroundImage class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property Position As Positions 
    Get
'Uso
Dim instance As BackgroundImageInstance 
Dim value As Positions 

value = instance.Position
public abstract Positions Position { get; }
public:
virtual property Positions Position {
    Positions get () abstract;
}
abstract Position : Positions
abstract function get Position () : Positions

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Positions
A Positions value that represents the calculated value of the Position property.

Consulte também

Referência

BackgroundImageInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering