Konstruktor CustomProperty
Konstrukcje właściwości niestandardowej obiektu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
value As Object _
)
'Użycie
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
)
Parametry
- name
Typ: System.String
Nazwa właściwość niestandardowej.
- value
Typ: System.Object
Wartość właściwość niestandardowej.
Zobacz także