CodeObject コンストラクター

定義

CodeObject クラスの新しいインスタンスを初期化します。

オーバーロード

CodeObject()

CodeObject クラスの新しいインスタンスを初期化します。

CodeObject(String)

CodeObject クラスの新しいインスタンスを初期化します。

CodeObject()

CodeObject クラスの新しいインスタンスを初期化します。

public:
 CodeObject();
public CodeObject ();
Public Sub New ()

適用対象

CodeObject(String)

CodeObject クラスの新しいインスタンスを初期化します。

public:
 CodeObject(System::String ^ code);
public CodeObject (string code);
new Microsoft.ReportingServices.RdlObjectModel.CodeObject : string -> Microsoft.ReportingServices.RdlObjectModel.CodeObject
Public Sub New (code As String)

パラメーター

code
String

カスタム コード。

適用対象