共用方式為


Position 屬性

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

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

語法

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

屬性值

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