Proprietà Position
Gets the calculated value of the Position property in a BackgroundImage class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Position As Positions
Get
'Utilizzo
Dim instance As BackgroundImageInstance
Dim value As Positions
value = instance.Position
public Positions Position { get; }
public:
property Positions Position {
Positions get ();
}
member Position : Positions
function get Position () : Positions
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Positions
A Positions value that represents the calculated value of the Position property.