次の方法で共有


ChartStripLine.Title プロパティ

ストリップ ラインのタイトル。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Title As ReportExpression 
    Get 
    Set
'使用
Dim instance As ChartStripLine 
Dim value As ReportExpression 

value = instance.Title

instance.Title = value
public ReportExpression Title { get; set; }
public:
property ReportExpression Title {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Title : ReportExpression with get, set
function get Title () : ReportExpression 
function set Title (value : ReportExpression)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

ChartStripLine クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間