CustomProperty 构造函数
Constructs a CustomProperty object.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Sub New ( _
name As String, _
value As Object _
)
用法
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
)
参数
- name
类型:System. . :: . .String
The name of the custom property.
- value
类型:System. . :: . .Object
The Value of the custom property.