Classe ReportSizeProperty
Represents a ReportSize property in the report.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportSizeProperty
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ReportSizeProperty _
Inherits ReportProperty
'Utilisation
Dim instance As ReportSizeProperty
public sealed class ReportSizeProperty : ReportProperty
public ref class ReportSizeProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportSizeProperty =
class
inherit ReportProperty
end
public final class ReportSizeProperty extends ReportProperty
Le type ReportSizeProperty expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ExpressionString | Gets the expression string for the report property, if the report property is an expression. (hérité de ReportProperty.) | |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. (hérité de ReportProperty.) | |
Value | Gets the size value of the 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
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.