次の方法で共有


CodeObject.Code プロパティ

カスタム コードを取得します。値の設定も可能です。

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

構文

'宣言
Public Property Code As String 
    Get 
    Set
'使用
Dim instance As CodeObject 
Dim value As String 

value = instance.Code

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

プロパティ値

型: System.String
string 値。

関連項目

参照

CodeObject クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間