Método Add (CustomProperty)
Adds a custom property to the collection.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub Add ( _
property As CustomProperty _
)
'Uso
Dim instance As CustomPropertyCollection
Dim property As CustomProperty
instance.Add(property)
public void Add(
CustomProperty property
)
public:
void Add(
CustomProperty^ property
)
member Add :
property:CustomProperty -> unit
public function Add(
property : CustomProperty
)
Parâmetros
- property
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .CustomProperty
A CustomProperty object to add to the collection.
Consulte também