次の方法で共有


TextRun.ValueLocID プロパティ

Value プロパティの一意の識別子を取得または設定します。

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

構文

'宣言
Public Property ValueLocID As String 
    Get 
    Set
'使用
Dim instance As TextRun 
Dim value As String 

value = instance.ValueLocID

instance.ValueLocID = value
public string ValueLocID { get; set; }
public:
property String^ ValueLocID {
    String^ get ();
    void set (String^ value);
}
member ValueLocID : string with get, set
function get ValueLocID () : String 
function set ValueLocID (value : String)

プロパティ値

型: System.String
Value プロパティの一意の識別子です。

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間