ReportSize Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de la classe ReportSize.
Surcharges
| Nom | Description |
|---|---|
| ReportSize(Double) |
Crée une instance de la classe ReportSize. |
| ReportSize(String) |
Crée une instance de la classe ReportSize. |
| ReportSize(Double, SizeTypes) |
Crée une instance de la classe ReportSize. |
| ReportSize(String, IFormatProvider) |
Crée une instance de la classe ReportSize. |
| ReportSize(String, IFormatProvider, SizeTypes) |
Crée une instance de la classe ReportSize. |
ReportSize(Double)
Crée une instance de la classe ReportSize.
public:
ReportSize(double value);
public ReportSize(double value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double)
Paramètres
- value
- Double
Taille du rapport de dans points.
S’applique à
ReportSize(String)
Crée une instance de la classe ReportSize.
public:
ReportSize(System::String ^ value);
public ReportSize(string value);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String)
Paramètres
- value
- String
Une string valeur qui représente la taille.
S’applique à
ReportSize(Double, SizeTypes)
Crée une instance de la classe ReportSize.
public:
ReportSize(double value, Microsoft::ReportingServices::RdlObjectModel::SizeTypes type);
public ReportSize(double value, Microsoft.ReportingServices.RdlObjectModel.SizeTypes type);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : double * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As Double, type As SizeTypes)
Paramètres
- value
- Double
La valeur numérique de la taille.
- type
- SizeTypes
L’unité de la taille.
S’applique à
ReportSize(String, IFormatProvider)
Crée une instance de la classe ReportSize.
public:
ReportSize(System::String ^ value, IFormatProvider ^ provider);
public ReportSize(string value, IFormatProvider provider);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String, provider As IFormatProvider)
Paramètres
- value
- String
Une string valeur qui représente la taille.
- provider
- IFormatProvider
A IFormatProvider qui fournit les informations de mise en forme de la chaîne.
S’applique à
ReportSize(String, IFormatProvider, SizeTypes)
Crée une instance de la classe ReportSize.
public:
ReportSize(System::String ^ value, IFormatProvider ^ provider, Microsoft::ReportingServices::RdlObjectModel::SizeTypes defaultType);
public ReportSize(string value, IFormatProvider provider, Microsoft.ReportingServices.RdlObjectModel.SizeTypes defaultType);
new Microsoft.ReportingServices.RdlObjectModel.ReportSize : string * IFormatProvider * Microsoft.ReportingServices.RdlObjectModel.SizeTypes -> Microsoft.ReportingServices.RdlObjectModel.ReportSize
Public Sub New (value As String, provider As IFormatProvider, defaultType As SizeTypes)
Paramètres
- value
- String
Une string valeur qui représente la taille.
- provider
- IFormatProvider
A IFormatProvider qui fournit les informations de mise en forme de la chaîne.
- defaultType
- SizeTypes
L’unité de la taille.