Height-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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>)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.