ChartDataLabel.LabelLocID 属性

The unique identifier for the Label property.

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

语法

声明
Public Property LabelLocID As String 
    Get 
    Set
用法
Dim instance As ChartDataLabel 
Dim value As String 

value = instance.LabelLocID

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

属性值

类型:System.String
A string value.

请参阅

参考

ChartDataLabel 类

Microsoft.ReportingServices.RdlObjectModel 命名空间