Lingua

CustomProperty(String, Object) Costruttore

Definizione

Costruisce un oggetto 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)

Parametri

name
String

Nome della proprietà personalizzata.

value
Object

Il valore della proprietà personalizzata.

Si applica a