Partager via


Classe CustomProperty

A custom property for a report, report item, or group. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomProperty

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CustomProperty
'Utilisation
Dim instance As CustomProperty
public sealed class CustomProperty
public ref class CustomProperty sealed
[<SealedAttribute>]
type CustomProperty =  class end
public final class CustomProperty

Le type CustomProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique CustomProperty Constructs a CustomProperty object.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Returns the name of the custom property.
Propriété publique Value Returns the value of the custom property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

An expression-based Name or Value that is contained within a CustomData object with no data evaluates to null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .

Custom properties with expressions that need to be evaluated even when there are no rows should be placed in the CustomReportItem.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.