Langue

CustomProperty(String, Object) Constructeur

Définition

Construit un objet 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)

Paramètres

name
String

Nom de la propriété personnalisée.

value
Object

La valeur de la propriété personnalisée.

S’applique à