共用方式為


BackgroundImageInstance.Position 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property Position As Positions 
    Get
'用途
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

屬性值

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

請參閱

參考

BackgroundImageInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間