ChartSmartLabel 属性

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

The smart label properties of the annotation.

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

语法

声明
Public Property ChartSmartLabel As ChartSmartLabel
    Get
    Set
用法
Dim instance As ChartAnnotation
Dim value As ChartSmartLabel

value = instance.ChartSmartLabel

instance.ChartSmartLabel = value
public ChartSmartLabel ChartSmartLabel { get; set; }
public:
property ChartSmartLabel^ ChartSmartLabel {
    ChartSmartLabel^ get ();
    void set (ChartSmartLabel^ value);
}
member ChartSmartLabel : ChartSmartLabel with get, set
function get ChartSmartLabel () : ChartSmartLabel
function set ChartSmartLabel (value : ChartSmartLabel)