Classe CustomProperty
A custom property for a report, report item, or group. This class cannot be inherited.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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
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.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomProperty
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi