Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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, _
allowNegative As Boolean, _
<OutAttribute> ByRef reportSize As ReportSize _
) As Boolean
'Usage
Dim value As String
Dim allowNegative As Boolean
Dim reportSize As ReportSize
Dim returnValue As Boolean
returnValue = ReportSize.TryParse(value, _
allowNegative, reportSize)
public static bool TryParse(
string value,
bool allowNegative,
out ReportSize reportSize
)
public:
static bool TryParse(
String^ value,
bool allowNegative,
[OutAttribute] ReportSize^% reportSize
)
static member TryParse :
value:string *
allowNegative:bool *
reportSize:ReportSize byref -> bool
public static function TryParse(
value : String,
allowNegative : boolean,
reportSize : ReportSize
) : boolean
Parameters
- value
Type: System.String
The string value.
- allowNegative
Type: System.Boolean
Whether to allow a negative value in value.
- reportSize
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize%
[out] the parsed report size.
Return Value
Type: System.Boolean
true if the attempt is successful; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace