ChartLegendTitle.Caption 属性
Caption of the title.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property Caption As ReportExpression
Get
Set
用法
Dim instance As ChartLegendTitle
Dim value As ReportExpression
value = instance.Caption
instance.Caption = value
public ReportExpression Caption { get; set; }
public:
property ReportExpression Caption {
ReportExpression get ();
void set (ReportExpression value);
}
member Caption : ReportExpression with get, set
function get Caption () : ReportExpression
function set Caption (value : ReportExpression)