इसके माध्यम से साझा किया गया


ChartAnnotation.Height Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The height of the annotation.

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

Syntax

'Declaration
Public Property Height As ReportExpression(Of ReportSize)
    Get
    Set
'Usage
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)

value = instance.Height

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