Classe ReportSize
Represents a unit of length on the report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ReportSize
'Uso
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize = class end
public final class ReportSize
O tipo ReportSize expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReportSize(String) | Creates a new instance of ReportSize. | |
ReportSize(String, Boolean) | Creates a new instance of ReportSize. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
FromMillimeters | Returns a ReportSize object by specifying a size in millimeters. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado 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. (Substitui 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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering