ChartLegendCustomItemCell.Text 属性
此 API 支持 基础结构,但不能通过代码直接使用。
The cell text.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property Text As ReportExpression
Get
Set
用法
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression
value = instance.Text
instance.Text = value
public ReportExpression Text { get; set; }
public:
property ReportExpression Text {
ReportExpression get ();
void set (ReportExpression value);
}
member Text : ReportExpression with get, set
function get Text () : ReportExpression
function set Text (value : ReportExpression)