RelativeSize 属性

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

Indicates whether the annotation size is relative to the component to which it is clipped.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property RelativeSize As ReportExpression(Of Boolean)
    Get
    Set
用法
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of Boolean)

value = instance.RelativeSize

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