Sdílet prostřednictvím


Report.GetClsCompliantIdentifier Method

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

Return Value

Type: System.String
The CLS-compliant identifier.

See Also

Reference

Report Class

Microsoft.ReportingServices.RdlObjectModel Namespace