Left プロパティ
左端からの距離を親要素のパーセントとして指定します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Left As ReportDoubleProperty
Get
'使用
Dim instance As GaugePanelItem
Dim value As ReportDoubleProperty
value = instance.Left
public ReportDoubleProperty Left { get; }
public:
property ReportDoubleProperty^ Left {
ReportDoubleProperty^ get ();
}
member Left : ReportDoubleProperty
function get Left () : ReportDoubleProperty