FlexReport for WinForms
FieldBase クラス メンバ
フィールド  プロパティ  メソッド 


C1.Report アセンブリ > C1.Report 名前空間 : FieldBase クラス

FieldBaseデータ型で公開されるメンバを以下の表に示します。

パブリック フィールド
 名前解説
Public フィールド  
Public フィールド  
Public フィールドOccurs when property of FieldBase is changed.  
トップ
プロテクト フィールド
 名前解説
Protected フィールド  
Protected フィールド C1.Report.VisualReportObjectから継承されます。
トップ
パブリック プロパティ
 名前解説
Public プロパティGets the actual right-to-left value that is being used. If the field's own RightToLeft is not null, that value is returned. Otherwise the ActualRightToLeft defined on the report is returned.  
Public プロパティGets or sets a value determining how the field's vertical position changes relative to its containing SubSection.  
Public プロパティGets or sets a value determining how height of object changes depending on its content.  
Public プロパティGets or sets a value determining how width of object changes depending on its content.  
Public プロパティGets or sets the field's background color, this property works via VisualReportObject.Background property using C1.Document.C1SolidBrush. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets or sets the C1.Document.C1Brush object determining the object's background. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets or sets a ScriptStringValue yielding the bookmark associated with the current object. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets or sets the VisualReportObject.Border object determining how borders are drawn around the object. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets or sets a value determining how borders are drawn if the object is too wide and is split between horizontal pages. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets or sets a value determining how borders are drawn if the object is too high and is split between pages. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets the y-coordinate of the field's bottom edge in twips.  
Public プロパティGets or sets bounds of this FieldBase object.  
Public プロパティGets or sets a value determining whether to insert page breaks before or after the field.  
Public プロパティGets or sets the height of the field in twips.  
Public プロパティGets the hyperlink associated with the current field.  
Public プロパティSpecifies whether the field should be kept together on a page.  
Public プロパティGets or sets the X coordinate of the field's left edge in twips.  
Public プロパティGets or sets the spacing between the bottom edge of the field and its content, in twips.  
Public プロパティGets or sets the spacing between the left edge of the field and its content, in twips.  
Public プロパティGets or sets the spacing between the right edge of the field and its content, in twips.  
Public プロパティGets or sets the spacing between the top edge of the field and its content, in twips.  
Public プロパティオーバーライドされます。 Gets or sets the field name.  
Public プロパティGets or sets a ScriptStringValue yielding the label associated with the object in the outline tree. C1.Report.VisualReportObjectから継承されます。
Public プロパティGets or sets the name of the object that will be the parent of the current object in the outline tree. If unspecified, the report hierarchy will be used to determine the parent. C1.Report.VisualReportObjectから継承されます。
Public プロパティオーバーライドされます。 Gets the FlexReport containing this field.  
Public プロパティGets the actual height of the current field. This property can only be used while the report is being rendered, otherwise it returns -1.  
Public プロパティGets the actual left position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1.  
Public プロパティGets the actual top position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1.  
Public プロパティGets the actual width of the current field. This property can only be used while the report is being rendered, otherwise it returns -1.  
Public プロパティGets the x-coordinate of the field's right edge in twips.  
Public プロパティGets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property FlexReport.RightToLeft defined on the report is used.  
Public プロパティGets or sets the section to which the field belongs.  
Public プロパティGets or sets a value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page.  
Public プロパティGets or sets a value determining how the object is treated when it is too high to fit in the vertical space available on the current page.  
Public プロパティGets the SubSection object containing this field.  
Public プロパティGets or sets the index of the SubSection in Section to which the field belongs.  
Public プロパティGets or sets arbitrary data associated with the object. C1.Report.ReportObjectから継承されます。
Public プロパティGets or sets the Y coordinate of the field's top edge in twips.  
Public プロパティGets or sets a value indicating whether the field is visible or hidden.  
Public プロパティGets or sets the width of the field in twips.  
Public プロパティGets or sets the ZOrder of the field.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Assigns (copies) properties from another FieldBase to the current object.  
Public メソッドFor internal use. Disables firing PropertyChanged event.  
Public メソッドCreates a new object that is a copy of the current FieldBase object.  
Public メソッドFor internal use. Enables firing PropertyChanged event.  
Public メソッドオーバーライドされます。 Marks the owner report as dirty so it will clear the internal cache and render again.  
Public メソッドBrings a field to the front or sends it to the back of the ZOrder.  
トップ
プロテクト メソッド
 名前解説
Protected メソッド  
Protected メソッド  
Protected メソッド  
Protected メソッドOverride this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically.  
Protected メソッドOverride this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally.  
Protected メソッドOverride this method to calculate the width of object on basis of its content, this method is called when field can grow or shrink horizontally.  
Protected メソッド  
Protected メソッド  
Protected メソッド  
Protected メソッド  
Protected メソッド  
Protected メソッドオーバーライドされます。   
Protected メソッドThis method should be overriden in descendant classes like Field, BarCodeField, ChartField and so on.  
Protected メソッド  
Protected メソッドPost action after the field is added to the parent report's fields colleciton.  
Protected メソッドRestore the RightToLeft property to its default value.  
Protected メソッド  
Protected メソッドIndicates whether the RightToLeft has a default value.  
トップ
参照

参照

FieldBase クラス
C1.Report 名前空間