ReportSize.TryParse Méthode
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.
Tente d'analyser une valeur de chaîne dans un ReportSize.
Surcharges
TryParse(String, ReportSize) |
Tente d'analyser une valeur de chaîne dans un ReportSize. |
TryParse(String, Boolean, ReportSize) |
Tente d'analyser une valeur de chaîne dans un ReportSize. |
TryParse(String, ReportSize)
Tente d'analyser une valeur de chaîne dans un ReportSize.
public:
static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ % reportSize);
public static bool TryParse (string value, out Microsoft.ReportingServices.OnDemandReportRendering.ReportSize reportSize);
static member TryParse : string * ReportSize -> bool
Public Shared Function TryParse (value As String, ByRef reportSize As ReportSize) As Boolean
Paramètres
- value
- String
Valeur de chaîne.
- reportSize
- ReportSize
[out] Taille de rapport analysée.
Retours
true
, si la tentative est réussie ; sinon, false
.
S’applique à
TryParse(String, Boolean, ReportSize)
Tente d'analyser une valeur de chaîne dans un ReportSize.
public:
static bool TryParse(System::String ^ value, bool allowNegative, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ % reportSize);
public static bool TryParse (string value, bool allowNegative, out Microsoft.ReportingServices.OnDemandReportRendering.ReportSize reportSize);
static member TryParse : string * bool * ReportSize -> bool
Public Shared Function TryParse (value As String, allowNegative As Boolean, ByRef reportSize As ReportSize) As Boolean
Paramètres
- value
- String
Valeur de chaîne.
- allowNegative
- Boolean
Indique s’il faut autoriser une valeur négative dans value
.
- reportSize
- ReportSize
[out] Taille de rapport analysée.
Retours
true
, si la tentative est réussie ; sinon, false
.