Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the Position property in a BackgroundImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Position As Positions
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Positions
A Positions value that represents the calculated value of the Position property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace