Click or drag to resize

StiNameCreation Class

Describes the class that used for report names creation.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiNameCreation

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiNameCreation

The StiNameCreation type exposes the following members.

Constructors
  NameDescription
Public methodStiNameCreation
Initializes a new instance of the StiNameCreation class
Top
Properties
  NameDescription
Public propertyStatic memberNamingRule
Top
Methods
  NameDescription
Public methodStatic memberCheckName(Object, StiReport, String, String)
Public methodStatic memberCheckName(Object, StiReport, String, String, Boolean)
Public methodStatic memberCreateColumnName
Public methodStatic memberCreateConnectionName
Public methodStatic memberCreateName(StiReport, String)
Creates a name from the base name which is correct for the report.
Public methodStatic memberCreateName(StiReport, String, Boolean, Boolean)
Public methodStatic memberCreateName(StiReport, String, Boolean, Boolean, Boolean)
Creates a name from the base name which is correct for the report.
Public methodStatic memberCreateResourceName
Public methodStatic memberCreateSimpleName
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExists(StiReport, String)
Public methodStatic memberExists(Object, StiReport, String)
Public methodStatic memberGenerateName(StiComponent)
Returns a name for the component.
Public methodStatic memberGenerateName(StiDataRelation)
Returns a name for the relation.
Public methodStatic memberGenerateName(StiDataSource)
Returns a name for the datasource.
Public methodStatic memberGenerateName(StiReport, String, String)
Returns a name of the component.
Public methodStatic memberGenerateName(StiReport, String, Type)
Returns a name of the component.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetObjectWithName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsColumnNameExists
Public methodStatic memberIsConnectionNameExists
Public methodStatic memberIsResourceNameExists
Public methodStatic memberIsValidName
Checks whether the name of the report is correct.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also