Share via


GaugePanelItem.Top Property

Distance from the top as a percentage of the parent element.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Top As ReportExpression(Of Double)
    Get 
    Set
'Usage
Dim instance As GaugePanelItem 
Dim value As ReportExpression(Of Double)

value = instance.Top

instance.Top = value
public ReportExpression<double> Top { get; set; }
public:
property ReportExpression<double> Top {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member Top : ReportExpression<float> with get, set
function get Top () : ReportExpression<double>
function set Top (value : ReportExpression<double>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

See Also

Reference

GaugePanelItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace