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.
Замечания
Добавления:5 декабря 2005 г.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace