次の方法で共有


CustomProperty コンストラクター

CustomProperty オブジェクトを構築します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Sub New ( _
    name As String, _
    value As Object _
)
'使用
Dim name As String 
Dim value As Object 

Dim instance As New CustomProperty(name, value)
public CustomProperty(
    string name,
    Object value
)
public:
CustomProperty(
    String^ name, 
    Object^ value
)
new : 
        name:string * 
        value:Object -> CustomProperty
public function CustomProperty(
    name : String, 
    value : Object
)

パラメーター

  • name
    型: System.String
    カスタム プロパティの名前です。
  • value
    型: System.Object
    カスタム プロパティの値です。

関連項目

参照

CustomProperty クラス

Microsoft.ReportingServices.ReportRendering 名前空間