Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Caption of the title.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Caption As ReportExpression
Get
Set
'Usage
Dim instance As ChartAxisTitle
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.