Classe ReportSize
Represents a unit of length on the report.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportSize
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ReportSize
'Utilisation
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize = class end
public final class ReportSize
Le type ReportSize expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ReportSize(String) | Creates a new instance of ReportSize. | |
ReportSize(String, Boolean) | Creates a new instance of ReportSize. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
FromMillimeters | Returns a ReportSize object by specifying a size in millimeters. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SumSizes | Returns the sum of two report sizes. | |
ToCentimeters | Returns the report size in centimeters. | |
ToInches | Returns the report size in inches. | |
ToMillimeters | Returns the report size in millimeters. | |
ToPoints | Returns the report size in points. | |
ToString | Returns the report size as a string. (remplace Object. . :: . .ToString() () () ().) | |
TryParse(String, ReportSize%) | Attempts to parse a string value into a ReportSize. | |
TryParse(String, Boolean, ReportSize%) | Attempts to parse a string value into a ReportSize. |
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.