Compartilhar via


CustomProperty(String, Object) Construtor

Definição

Constrói um objeto 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)

Parâmetros

name
String

O nome da propriedade personalizada.

value
Object

O valor da propriedade personalizada.

Aplica-se a