Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Constructs a CustomProperty object.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
value As Object _
)
'Uso
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
)
Parâmetros
- name
Tipo: System.String
The name of the custom property.
- value
Tipo: System.Object
The Value of the custom property.