Describes the class that used for report names creation.
Inheritance Hierarchy
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public sealed class StiNameCreation
Public NotInheritable Class StiNameCreation
The StiNameCreation type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| CheckName(Object, StiReport, String, String) | |
| CheckName(Object, StiReport, String, String, Boolean) | |
| CreateColumnName | |
| CreateConnectionName | |
| CreateName(StiReport, String) |
Creates a name from the base name which is correct for the report.
|
| CreateName(StiReport, String, Boolean, Boolean) | |
| CreateName(StiReport, String, Boolean, Boolean, Boolean) |
Creates a name from the base name which is correct for the report.
|
| CreateResourceName | |
| CreateSimpleName | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Exists(StiReport, String) | |
| Exists(Object, StiReport, String) | |
| GenerateName(StiComponent) |
Returns a name for the component.
|
| GenerateName(StiDataRelation) |
Returns a name for the relation.
|
| GenerateName(StiDataSource) |
Returns a name for the datasource.
|
| GenerateName(StiReport, String, String) |
Returns a name of the component.
|
| GenerateName(StiReport, String, Type) |
Returns a name of the component.
|
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetObjectWithName | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IsColumnNameExists | |
| IsConnectionNameExists | |
| IsResourceNameExists | |
| IsValidName |
Checks whether the name of the report is correct.
|
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also