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


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

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

パブリック プロパティ
 名前解説
Public プロパティGets the actual culture used in report, returns System.Globalization.CultureInfo.CurrentCulture if Culture is null.  
Public プロパティGets the actual right-to-left value that is being used. The value is obtained using the following rules:
  1. If RightToLeft is not null, then that value is used.
  2. If the current report is a sub-report, then ActualRightToLeft of the owner subreport field is used.
  3. Else the value of DefaultRightToLeft static property is used.
 
Public プロパティGets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as C1.Document.C1DocumentSource.GenerateCompleted, C1.Document.C1DocumentSource.GenerateCompleted and others) do not fire. 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 AvailableHeight of the master report.  
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 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 DefaultBasePath is used, otherwise System.Environment.CurrentDirectory is used.  
Public プロパティGets the BehaviorOptions object containing options controlling the behavior of the report.  
Public プロパティGets the current busy state of the current C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティSpecifies whether to cancel generation of the current report.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 Gets or sets the default credential used during rendering of the report.  
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.  
Public プロパティFor internal use. Specifies the current data scope.  
Public プロパティGets or sets a reference to the report's main DataSource, or null if the report is unbound.  
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 DataSources collection.  
Public プロパティGets the collection of DataSource objects used in report.  
Public プロパティstatic (Shared in Visual Basic)Gets or sets the default directory that is used to resolve relative file names. By default this property is null, in which case Environment.CurrentDirectory is used.  
Public プロパティGets the C1.Document.C1PrintOptions object defining default print options used by printing methods of C1.Document.C1DocumentSource. C1.Document.C1DocumentSourceから継承されます。
Public プロパティstatic (Shared in Visual Basic)Gets or sets the value used as the default for the RightToLeft property.  
Public プロパティGets a value indicating whether the current content is dirty and does not correspond to the current values of C1.Document.C1DocumentSource.Paginated etc. C1.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 Gets a C1.Document.C1Document object produced by the current FlexReport during report rendering.  
Public プロパティオーバーライドされます。 Overriden. Gets the user-frienly name for this FlexReport object.  
Public プロパティSpecifies whether the control should handle Windows messages while rendering reports in synchronious mode.  
Public プロパティSpecifies whether script objects of report should be exposed to subreports.  
Public プロパティオーバーライドされます。 Overridden. Gets a C1.Document.C1DocumentSourceFeatures object defining features of the FlexReport.  
Public プロパティGets the collection of Field objects in the report definition.  
Public プロパティGets the filename that was used to load or save the report.  
Public プロパティGets or sets the default font used by report fields.  
Public プロパティGets the data used by report fonts.  
Public プロパティstatic (Shared in Visual Basic)Gets the C1.Document.Serialization.C1FormatVersion object specifying the version of the report definition files.  
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.  
Public プロパティGets a collection with all the groups in the report.  
Public プロパティGets or sets the method used to process CanGrow/CanShrink fields.  
Public プロパティSpecifies whether the component should ignore script errors by default.  
Public プロパティGets the value indicating whether the current C1.Document.C1DocumentSource busy. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether this C1.Document.C1DocumentSource is disposed and can not be longer used. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets or sets the position of the first label on a partially used sheet.  
Public プロパティGets a reference to the report's Layout object.  
Public プロパティGets the C1.Document.LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets the FlexReport object representing master, i.e. root report that currently rendered, this property returns this if this is not subreport.  
Public プロパティGets or sets the maximum number of pages allowed for a report.  
Public プロパティGets or sets the VBScript that is executed when the report finishes rendering.  
Public プロパティGets or sets the VBScript that is executed when an error occurs.  
Public プロパティGets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty.  
Public プロパティGets or sets the VBScript that is executed when the report starts rendering.  
Public プロパティGets or sets the VBScript that is executed when a new page is created.  
Public プロパティGets the Watermark object defining properties of the report's overlay.  
Public プロパティGets or sets the current page number.  
Public プロパティGets the number of already generated pages. C1.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 Overriden. This is shortcut to the page settings returned by the Layout object accessible via the Layout property.  
Public プロパティGets or sets a value indicating whether the content should be represented as set of fixed sized pages. C1.Document.C1DocumentSourceから継承されます。
Public プロパティGets a collection of parameters used to generate report.  
Public プロパティGets the main report that contains this subreport (null for main reports).  
Public プロパティGets or sets the number of detail records to render per page or group.  
Public プロパティGets the C1.Document.C1Document object currently generated.  
Public プロパティGets or sets an XML string containing the complete report definition.  
Public プロパティGets or sets a ReportInfo object containing report metadata.  
Public プロパティGets or sets the name of the report (used with the Load method).  
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 DefaultRightToLeft is used.

This value may be overridden by individual fields.

 
Public プロパティGets the report C1.Report.ScriptEngine.ReportScriptContext object which can be used to execute scripts / evaluate expressions.  
Public プロパティGets the collection of Section objects in the report definition.  
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.  
Public プロパティstatic (Shared in Visual Basic)Gets the C1.Document.Serialization.XmlNodeWrapperBase object specifying the version of the Node definition files.  
Public プロパティGets the Watermark object defining properties of the report's watermark.  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティ System.ComponentModel.Componentから継承されます。
Protected プロパティオーバーライドされます。 Gets the already generated pages.  
トップ
参照

参照

FlexReport クラス
C1.Report 名前空間