Caption 屬性
Gets or sets the caption for the title of a map color scale.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Caption As ReportExpression
Get
Set
'用途
Dim instance As MapColorScaleTitle
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)