Freigeben über


CustomProperty Constructor

Constructs a CustomProperty object.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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
)

Parameter

  • name
    The name of the custom property.
  • value
    The Value of the custom property.

Hinweise

Neu:05. Dezember 2005

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace