TextRun.Label プロパティ
このテキスト ランのプレースホルダーのラベルを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overridable ReadOnly Property Label As String
Get
'使用
Dim instance As TextRun
Dim value As String
value = instance.Label
public virtual string Label { get; }
public:
virtual property String^ Label {
String^ get ();
}
abstract Label : string
override Label : string
function get Label () : String
プロパティ値
型: System.String
このテキスト ランのプレースホルダーのラベル。