CategoryAxisName 属性

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

The name of the category axis to use for placing the annotation.

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

语法

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

value = instance.CategoryAxisName

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