次の方法で共有


CustomProperty(String, Object) コンストラクター

定義

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

public:
 CustomProperty(System::String ^ name, System::Object ^ value);
public CustomProperty (string name, object value);
new Microsoft.ReportingServices.ReportRendering.CustomProperty : string * obj -> Microsoft.ReportingServices.ReportRendering.CustomProperty
Public Sub New (name As String, value As Object)

パラメーター

name
String

カスタム プロパティの名前。

value
Object

カスタム プロパティの値です。

適用対象