Report.GenerateDataSetName(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.
Creates a name for the data that is displayed as part of the report.
public:
System::String ^ GenerateDataSetName(System::String ^ candidate);
public string GenerateDataSetName (string candidate);
member this.GenerateDataSetName : string -> string
Public Function GenerateDataSetName (candidate As String) As String
Parameters
- candidate
- String
A candidate string.
Returns
A created dataset name.