CustomProperty Constructor
Constructs a CustomProperty object.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
语法
声明
Public Sub New ( _
name As String, _
value As Object _
)
public CustomProperty (
string name,
Object value
)
public:
CustomProperty (
String^ name,
Object^ value
)
public CustomProperty (
String name,
Object value
)
public function CustomProperty (
name : String,
value : Object
)
参数
- name
The name of the custom property.
- value
The Value of the custom property.
备注
新增日期:2005 年 12 月 5 日
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace