Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Represents a unit of length on the report. The class contains methods to convert the length into several formats. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.ReportRendering.ReportSize
Namespace: Microsoft.ReportingServices.ReportRendering
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 | Initializes a new instance of the ReportSize object with the given size string. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
ToCentimeters | Converts the report size length to centimeters. |
![]() |
ToInches | Converts the report size length to inches. |
![]() |
ToMillimeters | Converts the length to millimeters. |
![]() |
ToPoints | Converts the report size length to points. |
![]() |
ToString | Converts the size to a string value, as expressed in the report definition. (Substitui Object.ToString().) |
Início
Comentários
If a report item is within a container that grows, IsFullSize evaluates to true and the item should be stretched to fill the container.
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.
.gif)