메소드 | 설명 | |
---|---|---|
GetAggregateFunctionAttribute ( this info ) : AggregateFunction? |
Returns PdfRptColumnAggregateFunctionAttribute data.
|
|
GetCalculatedFieldFormulaAttribute ( this fieldsInfo, string forPropertyName ) : object>.Func |
Returns CalculatedFieldFormulaAttribute data.
|
|
GetCellsHorizontalAlignmentAttribute ( this info ) : HorizontalAlignment? |
Returns PdfRptColumnCellsHorizontalAlignmentAttribute data.
|
|
GetColumnIncludeInGroupingAttribute ( this info ) : bool? |
Returns IncludeInGroupingAttribute data.
|
|
GetColumnIsCalculatedFieldAttribute ( this info ) : bool? |
Returns PdfRptColumnIsVisibleAttribute data.
|
|
GetColumnIsVisibleAttribute ( this info ) : bool? |
Returns PdfRptColumnIsVisibleAttribute data.
|
|
GetColumnOrderAttribute ( this info ) : int? |
Returns PdfRptColumnOrderAttribute data.
|
|
GetColumnPropertyNameAttribute ( this info ) : string |
Returns PdfRptColumnPropertyNameAttribute data. Processing order is checking PdfRptColumnPropertyNameAttribute first, then DisplayNameAttribute and finally DescriptionAttribute. If none of these is available, the actual property name will be returned.
|
|
GetColumnWidthAttribute ( this info ) : float? |
Returns PdfRptColumnPdfRptColumnWidthAttribute data.
|
|
GetDataFormatStringAttribute ( this info ) : string |
Returns DisplayFormatAttribute data.
|
|
GetEnumStringValue ( this value ) : string |
Getting string attribute of Enum's value. Processing order is checking DisplayNameAttribute first and then DescriptionAttribute. If none of these is available, value.ToString() will be returned.
|
|
GetFieldsInfoOfStronglyTypedListDataSource ( this bodyDataSource ) : System.Reflection.FieldInfo[] |
Gets FieldInfo[] Of StronglyTypedListDataSource
|
|
GetFixedHeightAttribute ( this info ) : float? |
Returns FixedHeightAttribute data.
|
|
GetIncludedGroupFieldEqualityComparerAttribute ( this fieldsInfo, string forPropertyName ) : Func |
Returns IncludedGroupFieldEqualityComparerAttribute data.
|
|
GetMinimumHeightAttribute ( this info ) : float? |
Returns MinimumHeightAttribute data.
|
|
GetNullDisplayTextAttribute ( this info ) : string |
Returns DisplayFormatAttribute data.
|
|
GetPdfRptColumnCustomAggregateFunctionAttribute ( this info ) : |
Returns PdfRptColumnCustomAggregateFunctionAttribute data.
|
|
GetPdfRptColumnTemplateAttribute ( this info ) : |
Returns ColumnTemplateAttribute data.
|
|
GetPropertiesInfoOfStronglyTypedListDataSource ( this bodyDataSource ) : System.Reflection.PropertyInfo[] |
Gets PropertiesInfo[] Of StronglyTypedListDataSource.
|
|
IsStronglyTypedListDataSource ( this bodyDataSource ) : bool |
Determines whether a IPdfReportDataSource is type of StronglyTypedListDataSource or not.
|
public static GetAggregateFunctionAttribute ( this info ) : AggregateFunction? | ||
info | this | Property metadata info |
리턴 | AggregateFunction? |
public static GetCalculatedFieldFormulaAttribute ( this fieldsInfo, string forPropertyName ) : object>.Func |
||
fieldsInfo | this | current object's FieldInfo[] |
forPropertyName | string | corresponding property |
리턴 | object>.Func |
public static GetCellsHorizontalAlignmentAttribute ( this info ) : HorizontalAlignment? | ||
info | this | Property metadata info |
리턴 | HorizontalAlignment? |
public static GetColumnIncludeInGroupingAttribute ( this info ) : bool? | ||
info | this | Property metadata info |
리턴 | bool? |
public static GetColumnIsCalculatedFieldAttribute ( this info ) : bool? | ||
info | this | Property metadata info |
리턴 | bool? |
public static GetColumnIsVisibleAttribute ( this info ) : bool? | ||
info | this | Property metadata info |
리턴 | bool? |
public static GetColumnOrderAttribute ( this info ) : int? | ||
info | this | Property metadata info |
리턴 | int? |
public static GetColumnPropertyNameAttribute ( this info ) : string | ||
info | this | Property metadata info |
리턴 | string |
public static GetColumnWidthAttribute ( this info ) : float? | ||
info | this | Property metadata info |
리턴 | float? |
public static GetDataFormatStringAttribute ( this info ) : string | ||
info | this | Property metadata info |
리턴 | string |
public static GetEnumStringValue ( this value ) : string | ||
value | this | enum value |
리턴 | string |
public static GetFieldsInfoOfStronglyTypedListDataSource ( this bodyDataSource ) : System.Reflection.FieldInfo[] | ||
bodyDataSource | this | data source |
리턴 | System.Reflection.FieldInfo[] |
public static GetFixedHeightAttribute ( this info ) : float? | ||
info | this | Property metadata info |
리턴 | float? |
public static GetIncludedGroupFieldEqualityComparerAttribute ( this fieldsInfo, string forPropertyName ) : Func | ||
fieldsInfo | this | current object's FieldInfo[] |
forPropertyName | string | corresponding property |
리턴 | Func |
public static GetMinimumHeightAttribute ( this info ) : float? | ||
info | this | Property metadata info |
리턴 | float? |
public static GetNullDisplayTextAttribute ( this info ) : string | ||
info | this | Property metadata info |
리턴 | string |
public static GetPdfRptColumnCustomAggregateFunctionAttribute ( this info ) : |
||
info | this | Property metadata info |
리턴 |
public static GetPdfRptColumnTemplateAttribute ( this info ) : |
||
info | this | Property metadata info |
리턴 |
public static GetPropertiesInfoOfStronglyTypedListDataSource ( this bodyDataSource ) : System.Reflection.PropertyInfo[] | ||
bodyDataSource | this | data source |
리턴 | System.Reflection.PropertyInfo[] |
public static IsStronglyTypedListDataSource ( this bodyDataSource ) : bool | ||
bodyDataSource | this | data source |
리턴 | bool |