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)