FlexReport for WinForms
C1FlexReport クラス プロパティ


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport 名前空間 : C1FlexReport クラス

このクラスのメンバの一覧は、C1FlexReportメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets the actual culture used in report, returns System.Globalization.CultureInfo.CurrentCulture if C1.Report.FlexReport.Culture is null. C1.Report.FlexReportから継承されます。
Public プロパティGets the actual right-to-left value that is being used. The value is obtained using the following rules:
  1. If C1.Report.FlexReport.RightToLeft is not null, then that value is used.
  2. If the current report is a sub-report, then C1.Report.FlexReport.ActualRightToLeft of the owner subreport field is used.
  3. Else the value of C1.Report.FlexReport.DefaultRightToLeft static property is used.
C1.Report.FlexReportから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets the height of the remaining area available for sections on the current page. This property can only be used while the report is being rendered in paginated mode (i.e. when C1.Document.C1DocumentSource.IsBusy and C1.Document.C1DocumentSource.Paginated are true). If C1.Document.C1DocumentSource.IsBusy is false then -1 is returned. If C1.Document.C1DocumentSource.Paginated is false then double.MaxValue is returned. Note that if used in OnPrint/OnFormat scripts, this value does NOT account for the current section's height. For subreports this property returns C1.Report.FlexReport.AvailableHeight of the master report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the StorageFolder that is used to search for any additional files specified with relative path names. This property is updated automatically when a report is loaded from a file. If you load a report definition from a System.IO.MemoryStream or via the C1.Report.FlexReport.ReportDefinition property, make sure that WorkingDirectory has the correct value if the report template contains items with relative file names. If this property is null then C1.Report.FlexReport.DefaultBasePath is used, otherwise System.Environment.CurrentDirectory is used. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Report.FlexReport.BehaviorOptions object containing options controlling the behavior of the report. C1.Report.FlexReportから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティSpecifies whether to cancel generation of the current report. C1.Report.FlexReportから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets the default credential used during rendering of the report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the System.Globalization.CultureInfo determining the current report culture. This culture is used to convert values to/from strings. By default it is null, in which case the System.Globalization.CultureInfo.CurrentCulture is used. C1.Report.FlexReportから継承されます。
Public プロパティFor internal use. Specifies the current data scope. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets a reference to the report's main C1.Report.FlexReport.DataSource, or null if the report is unbound. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the name of the report's main data source. This name should match the name of a data source in the C1.Report.FlexReport.DataSources collection. C1.Report.FlexReportから継承されます。
Public プロパティGets the collection of C1.Report.FlexReport.DataSource objects used in report. C1.Report.FlexReportから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a C1.Document.C1Document object produced by the current C1.Report.FlexReport during report rendering. C1.Report.FlexReportから継承されます。
Public プロパティOverriden. Gets the user-frienly name for this C1.Report.FlexReport object. C1.Report.FlexReportから継承されます。
Public プロパティSpecifies whether the control should handle Windows messages while rendering reports in synchronious mode. C1.Report.FlexReportから継承されます。
Public プロパティSpecifies whether script objects of report should be exposed to subreports. C1.Report.FlexReportから継承されます。
Public プロパティOverridden. Gets a C1.Document.C1DocumentSourceFeatures object defining features of the C1.Report.FlexReport. C1.Report.FlexReportから継承されます。
Public プロパティGets the collection of C1.Report.Field objects in the report definition. C1.Report.FlexReportから継承されます。
Public プロパティGets the filename that was used to load or save the report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the default font used by report fields. C1.Report.FlexReportから継承されます。
Public プロパティGets the data used by report fonts. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the global VBScript module. Functions and subroutines defined here (using the standard VBScript syntax) can be used in other scripts in the current report like standard VBScript functions. C1.Report.FlexReportから継承されます。
Public プロパティGets a collection with all the groups in the report. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the method used to process CanGrow/CanShrink fields. C1.Report.FlexReportから継承されます。
Public プロパティSpecifies whether the component should ignore script errors by default. C1.Report.FlexReportから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets or sets the position of the first label on a partially used sheet. C1.Report.FlexReportから継承されます。
Public プロパティGets a reference to the report's C1.Report.FlexReport.Layout object. C1.Report.FlexReportから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets the C1.Report.FlexReport object representing master, i.e. root report that currently rendered, this property returns this if this is not subreport. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the maximum number of pages allowed for a report. C1.Report.FlexReportから継承されます。
Public プロパティstatic (Shared in Visual Basic)Gets or sets the type of device used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. If this property is set to C1.Document.MeasurementDevice.Printer, MeasurementPrinterName specifies the printer.  
Public プロパティstatic (Shared in Visual Basic)Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. This property is only used if MeasurementDevice is set to C1.Document.MeasurementDevice.Printer.  
Public プロパティGets or sets the VBScript that is executed when the report finishes rendering. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when an error occurs. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when the report starts rendering. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the VBScript that is executed when a new page is created. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Report.FlexReport.Watermark object defining properties of the report's overlay. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the current page number. C1.Report.FlexReportから継承されます。
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 Overriden. This is shortcut to the page settings returned by the C1.Report.FlexReport.Layout object accessible via the C1.Report.FlexReport.Layout property.  
Public プロパティ C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a collection of parameters used to generate report. C1.Report.FlexReportから継承されます。
Public プロパティGets the main report that contains this subreport (null for main reports). C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the number of detail records to render per page or group. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Document.C1Document object currently generated. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets an XML string containing the complete report definition. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets a C1.Report.FlexReport.ReportInfo object containing report metadata. C1.Report.FlexReportから継承されます。
Public プロパティGets or sets the name of the report (used with the Load method). C1.Report.FlexReportから継承されます。
Public プロパティGets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.

If null (which is the default), the value of the static property C1.Report.FlexReport.DefaultRightToLeft is used.

This value may be overridden by individual fields.

C1.Report.FlexReportから継承されます。
Public プロパティGets the report C1.Report.ScriptEngine.ReportScriptContext object which can be used to execute scripts / evaluate expressions. C1.Report.FlexReportから継承されます。
Public プロパティGets the collection of C1.Report.Section objects in the report definition. C1.Report.FlexReportから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 Overridden. Gets an array of exporters supported by the current document source object.  
Public プロパティGets or sets arbitrary user-defined data. C1.Report.FlexReportから継承されます。
Public プロパティGets the C1.Report.FlexReport.Watermark object defining properties of the report's watermark. C1.Report.FlexReportから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティGets the already generated pages. C1.Report.FlexReportから継承されます。
トップ
参照

参照

C1FlexReport クラス
C1.Win.FlexReport 名前空間