Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents a unit of length on the report. The class contains methods to convert the length into several formats. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.ReportRendering.ReportSize
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ReportSize
'Utilizzo
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize = class end
public final class ReportSize
Nel tipo ReportSize sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
ReportSize | Initializes a new instance of the ReportSize object with the given size string. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da 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. Esegue l'override di Object.ToString(). |
In alto
Osservazioni
If a report item is within a container that grows, IsFullSize evaluates to true and the item should be stretched to fill the container.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)