Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Attempts to parse a string value into a ReportSize.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
value As String, _
<OutAttribute> ByRef reportSize As ReportSize _
) As Boolean
'Usage
Dim value As String
Dim reportSize As ReportSize
Dim returnValue As Boolean
returnValue = ReportSize.TryParse(value, _
reportSize)
public static bool TryParse(
string value,
out ReportSize reportSize
)
public:
static bool TryParse(
String^ value,
[OutAttribute] ReportSize^% reportSize
)
static member TryParse :
value:string *
reportSize:ReportSize byref -> bool
public static function TryParse(
value : String,
reportSize : ReportSize
) : boolean
Parameter
- value
Typ: System.String
The string value.
- reportSize
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize%
[out] the parsed report size.
Rückgabewert
Typ: System.Boolean
true if the attempt is successful; otherwise, false.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace