Meta |
public class MetaColumn : RootComponent
The MetaColumn type exposes the following members.
Name | Description | |
---|---|---|
MetaColumn | Initializes a new instance of the MetaColumn class |
Name | Description | |
---|---|---|
Category | Category used to display the column in the Report Designer tree view. Category hierarchy can be defined using the '/' character (e.g. 'Master/Name1/Name2'). | |
ColumnName | Returns the SQL column name without prefix | |
CssClass | CSS Classes applied to the cell values of the result HTML Table. Bootstrap classes may be used. | |
CssStyle | CSS Styles applied to the cell values of the result HTML Table. Bootstrap classes may be used. | |
DateTimeStandardFormat | Standard display format applied to the element | |
DisplayName | Name used to display the column in the Report Designer tree view and in the report results | |
DisplayName2 | Display name used to sort the TreeView | |
DisplayOrder | The order number used to sort the column in the tree view (by table and by category) | |
DrillChildren | Defines the child columns to navigate from this column with the drill feature | |
DrillUpOnlyIfDD | If true, Drill Up is activated only if a drill down occured | |
Enum | Enumerated list if the column has an EnumGUID | |
EnumGUID | If defined, a list of values is proposed when the column is used for restrictions | |
Error | Last error message | |
Format | If not empty, specify the format of the elements values displayed in the result tables (.Net Format Strings) | |
FullDisplayName | Full display name | |
GUID |
The unique identifier
(Inherited from RootComponent) | |
HasTime | True if the column is a DateTime displaying time | |
HelperAddSubReport | Editor Helper: Add an existing Sub-Report to this column | |
HelperCheckColumn | Editor Helper: Check the column SQL statement in the database | |
HelperCreateDrillDates | Editor Helper: Create automatically a 'Year' column and a 'Month' column to drill down to the date | |
HelperCreateEnum | Editor Helper: Click to create an enumerated list from this table column | |
HelperCreateSubReport | Editor Helper: Create a Sub-Report to display the detail of this table | |
HelperOpenSubReportFolder | Editor Helper: Open the Sub-Report folder in Windows Explorer | |
HelperShowValues | Editor Helper: Show the first 1000 values of the column | |
Information | Last information message ther column has been checked | |
IsAggregate | Must be True if the column contains SQL aggregate functions like SUM,MIN,MAX,COUNT,AVG | |
IsSQL | True if the source is a standard SQL source | |
MetaTable | Current MetaTable of the column | |
Name |
The name of the column in the table or the SQL Statement used for the column
(Overrides RootComponentName) | |
NumericStandardFormat | Standard display format applied to the element | |
RawLINQColumnName | LINQ Column name of the element | |
Source | Current MetaSource | |
SubReports | Defines sub-reports to navigate from this column | |
Tag | Tag used to define the security of the Web Report Designer (Columns of the Security Groups defined in the Web Security) | |
Type |
Name | Description | |
---|---|---|
Create | Create a basic column | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetSort | The display order | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Init |
Init the editor objects
(Inherited from RootEditor) | |
InitDefaultValues |
Init the default values
(Inherited from RootEditor) | |
InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SetDefaultFormat | Set default format defined in the repository configuration accroding to the type | |
SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
SetStandardFormat | Set standard format accroding to the type | |
ShouldSerializeDrillUpOnlyIfDD | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UpdateEditor |
Update editor attributes
(Inherited from RootEditor) | |
UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |
Name | Description | |
---|---|---|
_datetimeStandardFormat | ||
_dctd | (Inherited from RootEditor) | |
_displayName | ||
_enumGUID | ||
_format | ||
_GUID | (Inherited from RootComponent) | |
_name | (Inherited from RootComponent) | |
_numericStandardFormat | ||
_source | ||
_type | Data type of the column |