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 ReportSize.
Surcharges
ReportSize(String) |
Crée une instance de ReportSize. |
ReportSize(String, Boolean) |
Crée une instance de ReportSize. |
ReportSize(String)
Crée une instance de ReportSize.
public:
ReportSize(System::String ^ size);
public ReportSize (string size);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String)
Paramètres
- size
- String
La taille du rapport.
S’applique à
ReportSize(String, Boolean)
Crée une instance de ReportSize.
public:
ReportSize(System::String ^ size, bool allowNegative);
public ReportSize (string size, bool allowNegative);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String, allowNegative As Boolean)
Paramètres
- size
- String
La taille du rapport.
- allowNegative
- Boolean
Indique s’il faut autoriser les valeurs négatives dans size
.