ValidateLength(Length,Boolean) Method
In This Topic
Validates a length value against the RDL defined min/max length defaults ("0in","160in").
Syntax
'Declaration
Public Overloads Shared Sub ValidateLength( _
ByVal As Length, _
ByVal As Boolean _
)
public static void ValidateLength(
Length ,
bool
)
Parameters
- value
- A GrapeCity.ActiveReports.PageReportModel.Length value to validate.
- hasNoMaxValue
- A boolean value indicating if there should be validation against the default max value.
Exceptions
See Also