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.
Propriétés
Nom | Description | |
---|---|---|
Name | Returns the name of the custom property. | |
Value | Returns the value of the custom property. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.