Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the Common Language Specification compliant identifier.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function GetClsCompliantIdentifier ( _
candidate As String _
) As String
'Usage
Dim candidate As String
Dim returnValue As String
returnValue = Report.GetClsCompliantIdentifier(candidate)
public static string GetClsCompliantIdentifier(
string candidate
)
public:
static String^ GetClsCompliantIdentifier(
String^ candidate
)
static member GetClsCompliantIdentifier :
candidate:string -> string
public static function GetClsCompliantIdentifier(
candidate : String
) : String
Parameters
- candidate
Type: System.String
The candidate string.
Return Value
Type: System.String
The CLS-compliant identifier.