ValidationResult.Error(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::ReportDesigner::ValidationResult Error(System::String ^ message);
public static Microsoft.ReportDesigner.ValidationResult Error (string message);
static member Error : string -> Microsoft.ReportDesigner.ValidationResult
Public Shared Function Error (message As String) As ValidationResult
Parameters
- message
- String