Compartir a través de


CustomProperty Constructor

Constructs a CustomProperty object.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
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
)

Parámetros

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

Notas

Nuevo:5 de diciembre de 2005

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace