Label プロパティ
空間要素テンプレートを適用する空間要素のラベル テキストを取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Label As ReportExpression
Get
Set
'使用
Dim instance As MapSpatialElementTemplate
Dim value As ReportExpression
value = instance.Label
instance.Label = value
public ReportExpression Label { get; set; }
public:
property ReportExpression Label {
ReportExpression get ();
void set (ReportExpression value);
}
member Label : ReportExpression with get, set
function get Label () : ReportExpression
function set Label (value : ReportExpression)