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
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 en 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
Valeur de type string
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
Valeur numérique de la taille.
- type
- SizeTypes
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
Valeur de type string
qui représente la taille.
- provider
- IFormatProvider
IFormatProvider qui fournit des informations de mise en forme pour 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
Valeur de type string
qui représente la taille.
- provider
- IFormatProvider
IFormatProvider qui fournit des informations de mise en forme pour la chaîne.
- defaultType
- SizeTypes
Unité de la taille.