ReportSize.TryParse Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tentativi di analizzare un valore di stringa in un ReportSize.
Overload
| Nome | Descrizione |
|---|---|
| TryParse(String, ReportSize) |
Tentativi di analizzare un valore di stringa in un ReportSize. |
| TryParse(String, Boolean, ReportSize) |
Tentativi di analizzare un valore di stringa in un ReportSize. |
TryParse(String, ReportSize)
Tentativi di analizzare un valore di stringa in 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
Parametri
- value
- String
Valore stringa.
- reportSize
- ReportSize
[fuori] la dimensione del rapporto analizzato.
Valori restituiti
true se il tentativo ha esito positivo; in caso contrario, false.
Si applica a
TryParse(String, Boolean, ReportSize)
Tentativi di analizzare un valore di stringa in 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
Parametri
- value
- String
Valore stringa.
- allowNegative
- Boolean
Se permettere un valore negativo in value.
- reportSize
- ReportSize
[fuori] la dimensione del rapporto analizzato.
Valori restituiti
true se il tentativo ha esito positivo; in caso contrario, false.