[]
Core.Rdl
Ƭ Action: Object
レポートアイテムに関連付けられているハイパーリンク、ブックマークリンク、またはドリルスルーアクションを表します。 詳細については、対話的なレポート を参考してください。
Name | Type | Description |
---|---|---|
BookmarkLink? |
string |
このアクションに含まれるレポートアイテムがクリックされたときに移動するレポートにあるブックマークIDを取得または設定します |
Drillthrough? |
Object |
このアクションに含まれるレポートアイテムをクリックされたときに実行して表示されるドリルスルーレポートを示します。 |
Drillthrough.Parameters? |
{ ParameterName : string ; Value? : string }[] |
ドリルスルーレポートに渡されるパラメータを示します。 |
Drillthrough.ReportName? |
string |
Gets or sets the ID of the Report to use as a drillthrough report. The value could be a path to the report template file, or an ID that is resolved by the custom resource locator |
Hyperlink? |
string |
このアクションに含まれるレポートアイテムをクリックされたときに表示されるハイパーリンクを取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:798
Ƭ BackgroundImage: Object
レポートアイテムの背景画像を表します。
Name | Type | Description |
---|---|---|
BackgroundRepeat? |
string |
背景画像がコンテナ内の使用可能な空白をどのように埋めるかを示す値を取得または設定します。 value "Repeat" specifies that the image repeats both horizontally and vertically to fill the space. value "RepeatX" specifies that the image repeats horizontally to fill the space. value "RepeatY" specifies that the image repeats vertically to fill the space. value 「NoRepeat」は、空白を埋めるために画像が繰り返されないことを指定します。 |
MIMEType? |
string |
Get or sets the image format of a background image. Supported values are "image/jpeg", "image/gif", "image/png", and "image/svg+xml". |
Source? |
"External" | "Embedded" | "Database" |
背景画像に関連付けられているソースの種類を取得または設定します。 value "External" indicates that the Value property specifies the location of an image value "Embedded" indicates that the Value property specifies the name of an embedded image within a report value 「データベース」は、画像のバイナリデータに評価される式(データベース内のフィールドなど)を指定するValueプロパティを示します。 |
Value? |
string |
BackgroundImage.Sourceの値に応じて、背景画像の場所または実際のデータを取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:754
Ƭ BandedList: Object
レポート内のBandedList のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのBandedListのIDを示す値または式 を取得または設定します。 |
ConsumeWhiteSpace? |
boolean |
コンテンツが大きくなったときにBandedList内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
DataSetName? |
string |
BandedListにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Details? |
Object |
BandedList内の詳細バンドのコレクションを示す値を取得または設定します。 |
Details.CanGrow? |
boolean |
Detailsバンドの内容に合わせて、Detailsバンドの高さを拡大するかどうかを示す値を取得または設定します。 |
Details.CanShrink? |
boolean |
Detailsバンドの内容に合わせて、Detailsバンドの高さを縮小するかどうかを示す値を取得または設定します。 |
Details.Height? |
string |
Detailsバンドの高さを示す値を長さの単位で取得または設定します。 |
Details.KeepTogether? |
boolean |
Detailsバンドの内容を1ページ内に収めて印刷するかどうかを示す値を取得または設定します。 |
Details.Name? |
string |
Detailsバンドの名前を取得または設定します。 |
Details.PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Detailsバンドによって生成された改ページの位置を示す値を取得または設定します。 |
Details.ReportItems? |
ReportItem [] |
BandedListのDetailsバンド内に含まれるレポートコントロールのコレクションを示す値を取得または設定します。 see ReportItem |
Details.Visibility? |
Visibility |
Detailsバンドが非表示になっているかどうかを示す値を取得または設定します。 see Visibility |
Filters? |
Filter [] |
BandedListの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
FixedHeight? |
string |
BandedListの固定の高さ を示す値を長さの単位 で取得または設定します。 |
FixedWidth? |
string |
BandedListの固定の幅 を示す値を長さの単位 で取得または設定します。 |
Footer? |
BandedListFooter |
BandedList内のフッタバンドのコレクションを示す値を取得または設定します。 see BandedListFooter |
Groups? |
BandedListGroup [] |
BandedListのグループ式、グループヘッダ、およびグループフッタで構成されるバンドリストグループのコレクションを示す値を取得または設定します。 see BandedListGroup |
Header? |
BandedListHeader |
BandedList内のヘッダバンドのコレクションを示す値を取得または設定します。 see BandedListHeader |
Height? |
string |
BandedListの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、BandedListのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるBandedListに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
BandedListのコンテナの左側からのBandedListの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
BandedListの一意の識別子を取得または設定します。 |
NewSection? |
boolean |
BandedListにページ番号があることを示す値を取得または設定します。 |
OverflowName? |
string |
固定BandedListレイアウトのOverflowPlaceHolder の名前を示す値を取得または設定します |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
BandedListによって行われた改ページの場所を示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なBandedListフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedHeader? |
boolean |
孤独なBandedListヘッダを防止する必要があるかどうかを示す値を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がBandedListにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
BandedListのコンテナの上部からのBandedListの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"bandedlist" |
「bandedlist」に設定する必要があります。 |
Visibility? |
Visibility |
BandedListが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
BandedListの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
BandedListの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3079
Ƭ BandedListFooter: Object
BandedListのフッタバンドのプロパティを表します。
see
BandedList
Name | Type | Description |
---|---|---|
CanGrow? |
boolean |
フッタバンドの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
CanShrink? |
boolean |
フッタバンドの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
Height? |
string |
BandedListのフッタバンドの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、フッタバンドのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Name? |
string |
フッタバンドの一意の識別子を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
ヘッダバンドによって行われた改ページの場所を示す値を取得または設定します。 |
PrintAtBottom? |
boolean |
BandedListのフッタが常にページの下部に印刷されるかどうかを示す値を取得または設定します。 |
RepeatOnNewPage? |
boolean |
フッタの親BandedListが描画されるすべてのページで、描画されたフッタバンドが繰り返されるかどうかを示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
BandedListのフッタバンド内に含まれるレポートアイテムのコレクションを示す値を取得または設定します。 see ReportItem |
Visibility? |
Visibility |
フッタバンドを非表示にするかどうかを示す値を取得または設定します。 see Visibility |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3304
Ƭ BandedListGroup: Object
BandedListグループを表します。
see
BandedList
Name | Type | Description |
---|---|---|
Footer? |
BandedListFooter |
BandedListグループフッタ内のバンドのコレクションを示す値を取得または設定します。 see BandedListHeader |
Group? |
Grouping |
BandedListGroup内のデータをグループ化するための式を示す値を取得または設定します。 see Grouping |
Header? |
BandedListHeader |
BandedListグループヘッダ内のバンドのコレクションを示す値を取得または設定します。 see BandedListHeader |
KeepTogether? |
boolean |
可能であれば、BandedListグループのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なBandedListグループフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedHeader? |
boolean |
孤独なBandedListグループヘッダを防止する必要があるかどうかを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
BandedListGroup内のデータを並べ替えるための式のコレクションを示す値を取得または設定します。 see SortExpression |
Visibility? |
Visibility |
BandedListグループの存在を示す値を取得または設定します。 see Visibility |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3352
Ƭ BandedListHeader: Object
BandedListのヘッダバンドのプロパティを表します。
see
BandedList
Name | Type | Description |
---|---|---|
CanGrow? |
boolean |
ヘッダバンドの高さがその内容に一致するように増加できるかどうかを示す値を取得または設定します。 |
CanShrink? |
boolean |
ヘッダバンドの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
Height? |
string |
BandedListのヘッダバンドの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、ヘッダバンドのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Name? |
string |
ヘッダバンドの一意の識別子を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
ヘッダバンドによって行われた改ページの場所を示す値を取得または設定します。 |
RepeatOnNewPage? |
boolean |
ヘッダの親BandedListが描画されるすべてのページで、描画されたヘッダバンドが繰り返されるかどうかを示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
BandedListのヘッダバンド内に含まれるレポートアイテムのコレクションを示す値を取得または設定します。 see ReportItem |
Visibility? |
Visibility |
ヘッダバンドを非表示にするかどうかを示す値を取得または設定します。 see Visibility |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3260
Ƭ Barcode: Object
レポート内のBarcode のプロパティを表します。
Name | Type | Description |
---|---|---|
BarHeight? |
string |
バーコードのバーの高さを示す値を長さの単位 で取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのBarcodeのIDを示す値または式 を取得または設定します。 |
CaptionGrouping? |
boolean |
長い数字を読みやすくするため、キャプション内の文字グループ間に空白を追加するかどうかを示す値を取得または設定します。 |
CaptionLocation? |
"None" | "Above" | "Below" |
バーコードのキャプションの垂直方向の配置を示す値を取得または設定します。 |
CheckSum? |
boolean |
バーコードにチェックサムが必要かどうかを示す値を取得または設定します。 |
Code49Options? |
BarcodeCode49Options |
Code49バーコードのオプションを示す値を取得または設定します。 see BarcodeCode49Options |
DataMatrixOptions? |
BarcodeDataMatrixOptions |
DataMatrixバーコードのオプションを示す値を取得または設定します。 see BarcodeDataMatrixOptions |
Gs1CompositeOptions? |
BarcodeGs1CompositeOptions |
GC1QRCodeバーコードのオプションを示す値を取得または設定します。 see {@link BarcodeGs1CompositeOptions} |
Height? |
string |
Barcodeの高さを示す値を長さの単位 で取得または設定します。 |
InvalidBarcodeText? |
string |
バーコードの値が無効な場合に表示されるテキストを示す値または式 を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるBarcodeに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
バーコードのコンテナの左側からのBarcodeの距離を示す値を長さの単位 で取得または設定します。 |
NWRation? |
number |
2つの幅のみのバーを含んだシンボルの狭いバーと広いバーの比率の倍数を示す値を取得または設定します。 |
Name |
string |
Listの一意の識別子を取得または設定します。 |
NarrowBarWidth? |
string |
バーコードの最も狭い部分の幅を示す値を長さの単位で取得または設定します。 |
Pdf417Options? |
BarcodePdf417Options |
Pdf417バーコードのオプションを示す値を取得または設定します。 see BarcodePdf417Options |
QrCodeOptions? |
BarcodeQrCodeOptions |
QRCodeバーコードのオプションを示す値を取得または設定します。 see {@link BarcodeQrCodeptions} |
QuietZone? |
Object |
シンボルが開始および終了する場所をスキャナーに通知する、バーコードの両側の空白領域を示す値を取得または設定します。 |
QuietZone.Bottom? |
string |
- |
QuietZone.Left? |
string |
- |
QuietZone.Right? |
string |
- |
QuietZone.Top? |
string |
- |
Rotation? |
string |
Gets or sets the amount of rotation to use for the barcode. Supported values are value "Rotate90Degress" value "Rotate180Degress" value 「Rotate270Degress」 |
Style? |
Object |
Barcodeのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Barcode The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
Barcodeのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Barcodeの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of the caption in a Barcode The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.FontFamily? |
string |
バーコードのキャプションのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for the caption in a Barcode. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for the caption in a Barcode. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for the caption in a Barcode. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a Barcode caption is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.LeftBorder? |
BorderStyle |
Barcodeの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a barcode and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a barcode and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a barcode and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a barcode and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Barcodeの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the caption in a Barcode The value or the expression result should be one of the following. value "General" indicates that a barcode aligns numbers and dates to the right and everything else to the left value "Left" indicates that a barcode aligns the text to the left value "Right" indicates that a barcode aligns the text to the right value "Center" indicates that a barcode centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for the caption in a Barcode. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Barcodeの上罫線のプロパティを取得または設定します。 see BorderStyle |
Symbology? |
"None" | "Ansi39" | "Ansi39x" | "BC412" | "Codabar" | "Code_11" | "Code_128_A" | "Code_128_B" | "Code_128_C" | "Code_128auto" | "Code_2_of_5" | "Code_93" | "Code25intlv" | "Code39" | "Code39x" | "Code49" | "Code93x" | "DataMatrix" | "EAN_13" | "EAN_8" | "EAN128FNC1" | "GS1QRCode" | "HIBCCode128" | "HIBCCode39" | "IATA_2_of_5" | "IntelligentMail" | "IntelligentMailPackage" | "ISBN" | "ISMN" | "ISSN" | "ITF14" | "JapanesePostal" | "Matrix_2_of_5" | "MaxiCode" | "MicroPDF417" | "MicroQRCode" | "MSI" | "Pdf417" | "Pharmacode" | "Plessey" | "PostNet" | "PZN" | "QRCode" | "RM4SCC" | "RSS14" | "RSS14Stacked" | "RSS14StackedOmnidirectional" | "RSS14Truncated" | "RSSExpanded" | "RSSExpandedStacked" | "RSSLimited" | "SSCC_18" | "Telepen" | "UCCEAN128" | "UPC_A" | "UPC_E0" | 「UPC_E1」 |
Gets or sets a value indicating the Barcode type. Supported values are value "Ansi39" value "Ansi39x" value "Codabar" value "Code_128_A" value "Code_128_B" value "Code_128_C" value "Code_128auto" value "Code_93" value "Code25intlv" value "Code_93" value "Code39" value "Code39x" value "Code49" value "Code93x" value "DataMatrix" value "EAN_13" value "EAN_8" value "GS1QRCode" value "ITF14" value "JapanesePostal" value "Pdf417" value "QRCode" value "RSS14" value "RSS14Stacked" value "RSS14StackedOmnidirectional" value "RSS14Truncated" value "RSSLimited" value "UCCEAN128" value "UPC_A" value "UPC_E0" value 「UPC_E1」 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がBarcodeにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
バーコードのコンテナの上部からのBarcodeの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"barcode" |
「barcode」に設定する必要があります。 |
Value? |
string |
Barcodeに表示される値または式 を取得または設定します。 |
Visibility? |
Visibility |
Barcodeが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Barcodeの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Barcodeの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4022
Ƭ BarcodeCode49Options: Object
Code49 バーコードのオプションを表します。
see
Barcode
Name | Type | Description |
---|---|---|
GroupNumber? |
number |
Code49バーコードのグループ化を示す値(0〜8)を取得または設定します。 |
Grouping? |
boolean |
Code49バーコードにグループ化を使用するかどうかを示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4348
Ƭ BarcodeDataMatrixOptions: Object
DataMatrix バーコードのオプションを表します。
see
Barcode
Name | Type |
---|---|
Ecc000_140SymbolSize? |
"Auto" | "Square9" | "Square11" | "Square13" | "Square15" | "Square17" | "Square19" | "Square21" | "Square23" | "Square25" | "Square27" | "Square29" | "Square31" | "Square33" | "Square35" | "Square37" | "Square39" | "Square41" | "Square43" | "Square45" | "Square47" | "Square49" |
Ecc200EncodingMode? |
"Auto" | "Text" | "ASCII" | "C40" | "X12" | "EDIFACT" | "Base256" |
Ecc200SymbolSize? |
"SquareAuto" | "RectangularAuto" | "Square10" | "Square12" | "Square14" | "Square16" | "Square18" | "Square20" | "Square22" | "Square24" | "Square26" | "Square32" | "Square36" | "Square40" | "Square44" | "Square48" | "Square52" | "Square64" | "Square72" | "Square80" | "Square88" | "Square96" | "Square104" | "Square120" | "Square132" | "Square144" | "Rectangular8x18" | "Rectangular8x32" | "Rectangular12x26" | "Rectangular12x36" | "Rectangular16x36" | "Rectangular16x48" |
EccMode? |
"ECC200" | "ECC000" | "ECC050" | "ECC080" | "ECC100" | "ECC140" |
Encoding? |
string |
FileIdentifier? |
number |
StructureNumber? |
number |
StructuredAppend? |
boolean |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4362
Ƭ BarcodePdf417Options: Object
PDF417 バーコードのオプションを表します。
see
Barcode
Name | Type |
---|---|
Columns? |
number |
ErrorCorrectionLevel? |
"Level0" | "Level1" | "Level2" | "Level3" | "Level4" | "Level5" | "Level6" | "Level7" | "Level8" |
Pdf417Type? |
"Normal" | "Simple" |
Rows? |
number |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4416
Ƭ BarcodeQrCodeOptions: Object
QRCodeBarcodeのオプションを表します。
see
Barcode
Name | Type |
---|---|
Connection? |
boolean |
ConnectionNumber? |
number |
Encoding? |
string |
ErrorLevel? |
"L" | "M" | "Q" | "H" |
Mask? |
"Auto" | "Mask000" | "Mask001" | "Mask010" | "Mask011" | "Mask100" | "Mask101" | "Mask110" | "Mask111" |
Model? |
"Model2" | "Model1" |
Version? |
number |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4426
Ƭ Body: Object
レポートの本文の構造とレイアウト情報を表します。
Name | Type | Description |
---|---|---|
Height? |
string |
レポートの本文の高さを長さの単位 で取得または設定します。 |
Name? |
string |
レポートの本文の一意の識別子を取得または設定します。 |
ReportItems? |
ReportItem [] |
レポートの本文に含まれるレポートアイテムのコレクションを取得または設定します。 see ReportItem |
Style? |
Object |
レポートの本文の外観情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of the body of a report The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
レポートの本文の背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
レポートの本文のデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
レポートの本文の下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
レポートの本文の左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
レポートの本文の右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
レポートの本文の上罫線のプロパティを取得または設定します。 see BorderStyle |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:230
Ƭ BorderStyle: Object
レポートアイテムの罫線の外観プロパティを表します。
Name | Type | Description |
---|---|---|
Color? |
string |
罫線の色に評価される式 を取得または設定します。 value クロスブラウザーの色名 または 「#face0d 」などの16進色コードである必要があります。 |
Style? |
string |
罫線のスタイルに評価される式 を取得または設定します。 value "None" indicates that no border is drawn. value "Dotted" indicates a dotted line for a border. value "Dashed" indicates a dashed line for a border. value "Solid" indicates a solid line for a border. value "Double" indicates a double solid line for a border. value "Groove" indicates a 3D grooved border. The effect depends on the border color value. value "Ridge" indicates a 3D ridged border. The effect depends on the border color value. value "Inset" indicates a 3D inset border. The effect depends on the border color value. value 「Outset」は、3Dアウトセット罫線を示します。 効果は罫線色の値によって異なります。 |
Width? |
string |
罫線の幅に評価される式 を取得または設定します。 value 罫線の幅は長さの単位 で指定する必要があります。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:718
Ƭ Bullet: Object
レポート内のBullet のプロパティを表します。
Name | Type | Description |
---|---|---|
BestValue? |
string |
Bulletチャートの最大値を示す値または式 を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのBulletチャートのIDを示す値または式 を取得または設定します。 |
Height? |
string |
Bulletチャートの高さを示す値を長さの単位 で取得または設定します。 |
Interval? |
string |
Bulletチャートの目盛りの間隔を示す値または式 を取得または設定します。 |
Label? |
string |
レポートマップと目次に表示されるBulletチャートに関連付けられたテキストを示す値または式 を取得または設定します。 |
LabelFontColor? |
string |
Gets or sets a value or an expression indicating the foreground color of Bullet chart labels. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
LabelFontFamily? |
string |
Bulletチャートのラベルのフォントファミリの名前を示す値または式 を取得または設定します。 |
LabelFontSize? |
string |
Gets or sets a value or an expression indicating the font size for Bullet chart labels. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
LabelFontStyle? |
string |
Gets or sets a value or an expression indicating the font style for Bullet chart labels. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
LabelFormat? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a Bullet chart label is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Left? |
string |
チャートのコンテナの左側からのBulletチャートの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Bulletチャートの一意の識別子を取得または設定します。 |
Orientation? |
"Horizontal" | "Vertical" |
Bulletチャートの方向を示す値を取得または設定します。 |
Range1Boundary? |
string |
Bulletチャートの最初の値の範囲を示す値または式 を取得または設定します。 |
Range2Boundary? |
string |
Bulletチャートの値の2番目の範囲を示す値または式 を取得または設定します。 |
ShowLabels? |
boolean |
Bulletチャートのラベルを表示するかどうかを示す値を取得または設定します。 |
TargetLineColor? |
string |
Gets or sets a value or an expression indicating the foreground of the target value's graphical representation. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
TargetLineWidth? |
string |
Gets or sets a value or an expression indicating the border thickness of the target value's graphical representation. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
TargetShape? |
"Line" | "Dot" | "Square" |
ターゲット値のグラフィカル表現の形状を示す値を取得または設定します。 |
TargetValue? |
string |
Bulletチャートの目標値を示す値または式 を取得または設定します。 |
TickMarks? |
"None" | "Inside" | "Outside" |
Bulletチャートの軸に対する目盛りの位置を示す値を取得または設定します。 |
TicksLineColor? |
string |
Gets or sets a value or an expression indicating the foreground of tick marks of a Bullet chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
TicksLineWidth? |
string |
Gets or sets a value or an expression indicating the border thickness of tick marks of a Bullet chart. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
ToolTip? |
string |
プレビュー時にレポート閲覧者がBulletチャートにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
チャートのコンテナの上部からのBulletチャートの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"bullet" |
「bullet」に設定する必要があります。 |
Value? |
string |
- |
ValueColor? |
string |
Gets or sets a value or an expression indicating the foreground of the actual value's graphical representation. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Visibility? |
Visibility |
Bulletチャートが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Bulletチャートの幅を示す値を長さの単位 で取得または設定します。 |
WorstValue? |
string |
Bulletチャートの最小値を示す値または式 を取得または設定します。 |
ZIndex? |
number |
Bulletチャートの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5967
Ƭ Checkbox: Object
レポート内のCheckbox のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのチェックボックスのIDを示す値または式 を取得または設定します。 |
CheckAlignment? |
"MiddleLeft" | "TopLeft" | "TopCenter" | "TopRight" | "MiddleCenter" | "MiddleRight" | "BottomLeft" | "BottomCenter" | "BottomRight" |
バインドされているレポートアイテムに対するチェックされているボックスの位置またはチェックされていないボックスの位置を示す値を取得または設定します。 |
Checked? |
string |
テキストとともに表示されるボックスがチェックされているかチェックされていないかを示す値または式 を取得または設定します。 |
Height? |
string |
チェックボックスの高さを示す値を長さの単位 で取得または設定します。 |
Label? |
string |
レポートマップと目次に表示されるチェックボックスに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
チェックボックスのコンテナの左側からCheckboxまでの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Checkboxの一意の識別子を取得または設定します。 |
Style? |
Object |
Checkboxのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Checkbox The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
CheckBoxの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
テキストボックスのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
テキストボックスの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a Checkbox The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.FontFamily? |
string |
CheckBox内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a Checkbox. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a Checkbox. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a Checkbox The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.LeftBorder? |
BorderStyle |
テキストボックスの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a Checkbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a Checkbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a Checkbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a Checkbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
テキストボックスの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a Checkbox. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
テキストボックスの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.WrapMode? |
string |
Gets or sets a value or an expression indicating how words should break when reaching the end of a line for a Checkbox. The value or the expression result should be one of the following. value "NoWrap" indicates that line breaks do not occur value "CharWrap" indicates that line breaks occur at any character value WordWrapは、単語単位で改行します。 |
Text? |
string |
チェックボックスに表示されるコンテンツのテキストを示す値または式 を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がチェックボックスにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
チェックボックスのコンテナの上部からCheckboxまでの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"checkbox" |
「checkbox」に設定する必要があります。 |
Visibility? |
Visibility |
Checkboxが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
チェックボックスの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Checkboxの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:1254
Ƭ ConnectionProperties: Object
データソースへの接続方法に関する情報を表します。
see
{@link DataSource.ConnectionProperties}
Name | Type | Description |
---|---|---|
ConnectString? |
string |
データソースへの接続に必要な情報を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:655
Ƭ DataSet: Object
レポートの一部として使用されるデータセットに関する情報を表します。
Name | Type | Description |
---|---|---|
Fields? |
Field [] |
DataSetに含めるフィールドのセットを取得または設定します。 see Field |
Filters? |
Filter [] |
DataSetの各行に適用するフィルタのセットを取得または設定します。 see {@link @Filter} |
Name |
string |
DataSetの一意の識別子を取得または設定します。 |
Query? |
Query |
データソースからデータを取得するために必要なクエリの情報を取得または設定します。 see Query |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:538
Ƭ DataSetReference: Object
値のリストと、オプションで、レポートパラメータの有効な値またはデフォルト値のラベルを取得するために使用するDataSetを表します。
see
{@link ReportParameter.ValidValues}
see
{@link ReportParameter.DefaultValue}
Name | Type | Description |
---|---|---|
DataSetName |
string |
参照されているDataSetの名前を取得または設定します。 |
LabelField? |
string |
パラメータの有効な値のラベルを設定するために値が取得される、参照されたDataSet内のフィールドの名前を取得または設定します。 |
ValueField |
string |
パラメータの有効な値またはデフォルト値の値を設定するために値が取得される、参照されたDataSet内のフィールドの名前を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:492
Ƭ DataSource: Object
データソースに関する情報を表します。
Name | Type | Description |
---|---|---|
ConnectionProperties? |
ConnectionProperties |
データソースへの接続方法に関する情報を取得または設定します。 see ConnectionProperties |
Name? |
string |
データソースの一意の識別子を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:632
Ƭ DefaultValue: Object
レポートのパラメータのデフォルト値を表します。
see
{@link ReportParameter.DefaultValue}
Name | Type | Description |
---|---|---|
DataSetReference? |
DataSetReference |
レポートのパラメータのデフォルト値を取得するために使用するDataSetの参照を取得または設定します。 see DataSetReference |
Values? |
string [] |
レポートのパラメータに使用するデフォルト値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:524
Ƭ DocumentMap: Object
見出しマップ の構造とレイアウト情報を表します。
Name | Type | Description |
---|---|---|
Levels? |
("None" | "Decimal" | "DecimalLeadingZero" | "CircledNumber" | "LowerRoman" | "UpperRoman" | "LowerLatin" | "UpperLatin" | "LowerGreek" | "UpperGreek" | "Katakana" | "KatakanaBrackets" | "KatakanaIrohaBrackets" | "KatakanaIroha" | "KatakanaLower" | "KatakanaIrohaLower" | "LowerArmenian" | "UpperArmenian" | "Georgian" )[] |
見出しマップの個々の階層レベルのアイテムのマーカーを示します。 |
NumberingStyle? |
"None" | "Decimal" | "DecimalLeadingZero" | "CircledNumber" | "LowerRoman" | "UpperRoman" | "LowerLatin" | "UpperLatin" | "LowerGreek" | "UpperGreek" | "Katakana" | "KatakanaBrackets" | "KatakanaIrohaBrackets" | "KatakanaIroha" | "KatakanaLower" | "KatakanaIrohaLower" | "LowerArmenian" | "UpperArmenian" | "Georgian" |
見出しマップ内のアイテムのマーカーを示す値を取得または設定します。 |
Source? |
"None" | "Labels" | "Headings" | "All" |
見出しマップに含まれるアイテムを示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:403
Ƭ DvChart: Object
レポート内のChart のプロパティを表します。
Name | Type | Description |
---|---|---|
Bar? |
Object |
横棒グラフと縦棒グラフの列と棒の寸法と形式を表します。 |
Bar.BottomWidth? |
number |
[ネックの高さ]プロパティを使用して縦棒または横棒を2つの部分に分割した場合、下部または上部のサイズを示す値を取得または設定します。 |
Bar.NeckHeight? |
number |
縦棒または横棒を、幅または高さが異なる2つの部分に分割するポイントを示す値を取得または設定します。 |
Bar.Overlap? |
number |
カテゴリのサイズを基準にして、隣接する縦棒または横棒間のギャップを示す値を取得または設定します。 |
Bar.TopWidth? |
number |
[ネックの高さ]プロパティを使用して縦棒または横棒を2つの部分に分割した場合、上部または右側のサイズを示す値を取得または設定します。 |
Bar.Width? |
number |
プロットが水平軸または垂直軸に沿ってカテゴリに割り当てるサイズを基準にして、縦棒の幅または横棒の高さを示す値を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのChartのIDを示す値または式 を取得または設定します。 |
CustomPalette? |
string [] |
Gets or sets a value indicating the colors for a custom color palette. The array items should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
DataSetName? |
string |
Chartにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Filters? |
Filter [] |
Chartの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
Footer? |
DvChartHeaderFooter |
Chartのフッタのプロパティを示す値を取得または設定します。 see DvChartHeaderFooter |
Header? |
DvChartHeaderFooter |
Chartのヘッダのプロパティを示す値を取得または設定します。 see DvChartHeaderFooter |
Height? |
string |
Chartの高さを示す値を長さの単位 で取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるChartに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
チャートのコンテナの左側からのChartの距離を示す値を長さの単位 で取得または設定します。 |
Legend? |
DvChartGlobalLegend |
Chartのグローバル凡例のプロパティを示す値を取得または設定します。 see DvChartGlobalLegend |
Name |
string |
Chartの一意の識別子を取得または設定します。 |
NoRowsMessage? |
string |
Chartに使用できるデータ行がない場合に、リストレイアウトの代わりに描画するテキストを示す値または式 を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Chartによって行われた改ページの場所を示す値を取得または設定します。 |
Palette? |
DvChartPalette |
Chartのカラーパレットを示す値を取得または設定します。 see DvChartGlobalLegend |
PlotArea? |
DvChartPlotArea |
Chartのプロットエリアのプロパティを示す値を取得または設定します。 see DvChartPlotArea |
Plots? |
DvChartPlot [] |
チャートプロットのコレクションを示す値を取得または設定します。 see DvChartPlot |
Style? |
Object |
Chartのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundGradientEndColor? |
string |
Gets ot sets a value or an expression indicating the end color for the background gradient of a Chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundGradientType? |
string |
Gets ot sets a value or an expression indicating the type of background gradient of a Chart. The value or the expression result should be one of the following. value "None" indicates that there is no background gradient value "LeftRight" indicates a horizontal background gradient value "TopBottom" indicates a vertical background gradient value "Center" indicates a circular background gradient value "DiagonalLeft" indicates a diagonal gradient that goes from top-left to bottom-right value "DiagonalRight" indicates a diagonal gradient that goes from top-right to bottom-left value "HorizontalCenter" indicates a horizontal gradient that goes out from the center to both the top and the bottom value VerticalCenterは、中心から左右の両方に垂直方向にグラデーションをかけます。 |
Style.BackgroundImage? |
BackgroundImage |
Chartの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
Chartのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Chartの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a NoRowsMessage The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Direction? |
string |
Gets or sets a value or an expression indicating whether text within a NoRowsMessage is written left-to-right or right-to-left. The value or the expression result should be one of the following. value "LTR" indicates that text is written left-to-right. value RTLは、文字列を左から右方向に記述します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a NoRowsMessage is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または式を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Chartの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a Chart and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a Chart and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a Chart and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a Chart and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Chartの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "General" indicates that a Chart aligns numbers and dates to the right and everything else to the left value "Left" indicates that a Chart aligns the text to the left value "Right" indicates that a Chart aligns the text to the right value "Center" indicates that a Chart centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a NoRowsMessage. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Chartの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.VerticalAlign? |
string |
Gets or sets a value or an expression indicating the vertical alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "Top" indicates top-aligned text value "Middle" indicates vertically-centered text alignment value Bottomは、テキストの垂直方向の配置を下揃えに設定します。 |
Style.WritingMode? |
string |
Gets or sets a value or an expression indicating whether the textual content within a NoRowsMessage is laid out horizontally or vertically as well as the direction in which text moves. The value or the expression result should be one of the following. value "lr-tb" indicates that if the Direction is "LTR", textual content flows horizontally from left to right. For RTL direction, content moves horizontally from right to left. The following horizontal line resides below the previous line. value tb-rlは、方向がLTRの場合、テキストは上から下に垂直方向に流れ、次の垂直線は前の行の左側にあることを示します。RTLの場合、テキストは下から上に垂直方向に流れ、次の垂直線は前の線の右側にあることを示します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がChartにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
チャートのコンテナの上部からのChartの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"dvchart" |
「dvchart」に設定する必要があります。 |
Visibility? |
Visibility |
Chartが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Chartの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Chartの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4453
Ƭ DvChartAggregate: "None"
| "Average"
| "Count"
| "CountOfAll"
| "List"
| "Max"
| "Min"
| "PopulationStandardDeviation"
| "PopulationVariance"
| "Range"
| "StandardDeviation"
| "Sum"
| "Variance"
複数の値を1つの値に減らす関数を表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5062
Ƭ DvChartAggregateEncoding: Object
チャートのプロットをエンコードするためのプロパティを表します。
see
DvChartEncodings
Name | Type | Description |
---|---|---|
Aggregate? |
DvChartAggregate |
エンコードする値に適用される集計関数を示す値を取得または設定します。 see DvChartAggregate |
Field? |
Object |
エンコードする値を表します。 |
Field.Value? |
string [] |
エンコーディング式のコレクションを示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4938
Ƭ DvChartAxis: Object
チャートの軸のプロパティを表します。
Name | Type | Description |
---|---|---|
AxisLine? |
boolean |
軸線を表示するかどうかを示す値を取得または設定します。 |
AxisType? |
"X" | "Y" |
軸の種類を示す値を取得または設定します。 value "X" indicates an axis that handles categorical values value 「Y」は、データ値を処理する軸を示します。 |
Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a NoRowsMessage is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
LabelAngle? |
number |
軸線に対するラベルの回転を度単位で示す-90〜90の値を取得または設定します。 |
LabelStyle? |
DvChartTextStyleWithPadding |
ラベルの外観を示す値を取得または設定します。 see DvChartTextStyleWithPadding |
Labels? |
boolean |
軸ラベルを表示するかどうかを示す値を取得または設定します。 |
LineStyle? |
Object |
軸線のスタイル情報を表します。 |
LineStyle.Border? |
BorderStyle |
軸の線のプロパティを示す値を取得または設定します。 see BorderStyle |
LogBase? |
number |
対数目盛の軸の対数ベースを示す値を取得または設定します。 |
MajorGrid? |
boolean |
主グリッド線を表示するかどうかを示す値を取得または設定します。 |
MajorGridStyle? |
Object |
軸の主グリッド線のスタイル情報を表します。 |
MajorGridStyle.Border? |
BorderStyle |
主グリッド線のプロパティを示す値を取得または設定します。 see BorderStyle |
MajorTickSize? |
string |
Gets or sets a value or an expression indicating the size of the major ticks. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
MajorTickStyle? |
Object |
軸の主目盛りのスタイル情報を表します。 |
MajorTickStyle.Border? |
BorderStyle |
主目盛のプロパティを示す値を取得または設定します。 see BorderStyle |
MajorTicks? |
"None" | "Inside" | "Outside" | "Cross" |
軸線に対する主目盛りの位置を示す値を取得または設定します。 |
MajorUnit? |
string |
Gets or sets a value or an expression indicating the interval between major grid lines. The value or the expression result should be a number. |
Max? |
string |
軸が処理できる値の範囲の下限を示す値または式 を取得または設定します。 |
Min? |
string |
軸が処理できる値の範囲の上限を示す値または式 を取得または設定します。 |
MinorGrid? |
boolean |
補助グリッド線を表示するかどうかを示す値を取得または設定します。 |
MinorGridStyle? |
Object |
軸の補助グリッド線のスタイル情報を表します。 |
MinorGridStyle.Border? |
BorderStyle |
副グリッド線のプロパティを示す値を取得または設定します。 see BorderStyle |
MinorTickSize? |
string |
Gets or sets a value or an expression indicating the size of the minor ticks. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
MinorTickStyle? |
Object |
軸の補助目盛りのスタイル情報を表します。 |
MinorTickStyle.Border? |
BorderStyle |
- |
MinorTicks? |
"None" | "Inside" | "Outside" | "Cross" |
軸線に対する補助目盛りの位置を示す値を取得または設定します。 |
MinorUnit? |
string |
Gets or sets a value or an expression indicating the interval between minor grid lines. The value or the expression result should be a number. |
Origin? |
string |
直交軸に対する軸の位置を示す値または式 を取得または設定します。 |
OverlappingLabels? |
"Auto" | "Show" |
重なった軸ラベルの外観を示す値を取得または設定します。 value "Auto" hides some labels to prevent the overlapping value 「Show」は、重複が続く場合でもすべてのラベルを表示します。 |
Plots? |
string [] |
軸が座標系を提供するプロットのコレクションを示す値を取得または設定します。 see DvChartPlot |
Position? |
"None" | "Near" | "Far" |
含まれているプロット領域に対する軸の位置を示す値を取得または設定します。 |
Reversed? |
boolean |
垂直軸のデフォルトの方向を上から下に設定し、水平軸のデフォルトの方向を右から左に設定する必要があるかどうかを示す値を取得または設定します。 |
Scale? |
"Linear" | "Logarithmic" | "Ordinal" | "Percentage" |
軸の種類を示す値を取得または設定します。 value "Linear" scale evenly distributes the range of available values along the axis. value "Logarithmic" scale uses the logarithm of values instead of the values themselves. value "Ordinal" applies to non-numerical values which evenly distribute along the axis as per their order. value PercentageStackedプロットに使用される「Percentage」スケール。 |
Title? |
string |
軸のタイトルを示す値または式 を取得または設定します。 |
TitleStyle? |
DvChartTextStyleWithPadding |
軸のタイトルの外観を示す値を取得または設定します。 see DvChartTextStyleWithPadding |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5448
Ƭ DvChartCategoryEncoding: Object
チャートのプロットのカテゴリのプロパティを表します。
Name | Type | Description |
---|---|---|
Field? |
Object |
カテゴリ値を表します。 |
Field.Value? |
string [] |
カテゴリ式のコレクションを示す値を取得または設定します。 |
Sort? |
"None" | 「Ascending」 | "Descending" |
カテゴリの外観のソート順を示す値を取得または設定します。 |
SortingAggregate? |
DvChartAggregate |
SortingField値に適用される集計関数を示す値を取得または設定します。 see DvChartAggregate |
SortingField? |
string |
カテゴリの外観の順序を示す式 を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4961
Ƭ DvChartDetailEncoding: Object
チャートのプロットのカテゴリの詳細のプロパティを表します。
see
DvChartEncodings
Name | Type | Description |
---|---|---|
ExcludeNulls? |
boolean |
詳細のエンコーディングでnull値を除外するかどうかを示す値を取得または設定します。 |
Field? |
Object |
エンコードする値を表します。 |
Field.Value? |
string [] |
カテゴリ詳細式のコレクションを示す値を取得または設定します。 |
Group? |
"None" | "Cluster" | "Stack" |
親カテゴリ内の詳細の配置を示す値を取得または設定します。 |
Sort? |
"None" | 「Ascending」 | "Descending" |
親カテゴリ内の詳細の表示の並べ替え順序を示す値を取得または設定します。 |
SortingAggregate? |
DvChartAggregate |
SortingField値に適用される集計関数を示す値を取得または設定します。 see DvChartAggregate |
SortingField? |
string |
親カテゴリ内の詳細の外観の順序を示す式 を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5023
Ƭ DvChartEncodings: Object
チャートのプロットのデータのグラフィカル表現を表します。
see
DvChartPlot
Name | Type | Description |
---|---|---|
Category? |
DvChartCategoryEncoding |
チャートのプロットのカテゴリを示す値を取得または設定します。 see DvChartCategoryEncoding |
Color? |
DvChartAggregateEncoding |
チャートのプロットの色エンコーディングを示す値を取得または設定します。 see DvChartAggregateEncoding |
Details? |
DvChartDetailEncoding [] |
チャートのプロットのカテゴリの詳細を示す値を取得または設定します。 see DvChartDetailEncoding |
Shape? |
DvChartAggregateEncoding |
チャートのプロットの図形エンコーディングを示す値を取得または設定します。 see DvChartAggregateEncoding |
Size? |
DvChartAggregateEncoding |
チャートのプロットのサイズエンコーディングを示す値を取得または設定します。 see DvChartAggregateEncoding |
Values? |
DvChartValueAggregateEncoding [] |
チャートのプロットのデータ値を示す値を取得または設定します。 see DvChartValueAggregateEncoding |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4902
Ƭ DvChartGlobalLegend: Object
チャートのグローバル凡例のプロパティを表します。
see
DvChart
Name | Type | Description |
---|---|---|
Hidden? |
boolean |
チャートのグローバル凡例を非表示にするかどうかを示す値を取得または設定します。 |
Orientation? |
"Horizontal" | "Vertical" |
チャートのグローバル凡例のラベルの配置を示す値を取得または設定します。 |
Position? |
"Left" | "Right" | "Top" | "Bottom" |
プロットエリアの側面とコーナーに対するチャートのグローバル凡例の位置を示す値を取得または設定します。 |
Style? |
Object |
チャートのグローバル凡例のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of the global legend in a chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
グローバル凡例の罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of the global legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of the global legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of the global legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of the global legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
TextStyle? |
DvChartTextStyle |
グラフのグローバル凡例のラベルの外観を示す値を取得または設定します。 see DvChartTextStyle |
TitleStyle? |
DvChartTextStyle |
チャートのグローバル凡例のタイトルの外観を示す値を取得または設定します。 see DvChartTextStyle |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4803
Ƭ DvChartHeaderFooter: Object
チャートのヘッダまたはフッタのプロパティを表します。
Name | Type | Description |
---|---|---|
HAlign? |
"Center" | "Left" | "Right" |
グラフのヘッダまたはフッタ内のテキストの水平方向の配置を示す値を取得または設定します。 |
Height? |
string | number |
チャートのフッタのヘッダの高さを示すチャートの高さのパーセンテージで値を取得または設定します。 |
Style? |
Object |
チャートのヘッダまたはフッタのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of the header of footer of a chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
チャートのヘッダまたはフッタの罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of the chart's header or footer and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of the chart's header or footer and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of the chart's header or footer and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of the chart's header or footer and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
TextStyle? |
DvChartTextStyle |
チャートのヘッダまたはフッタ内のテキストの外観を示す値を取得または設定します。 see DvChartTextStyle |
Title? |
string |
グラフのヘッダまたはフッタに表示されるテキストを示す式 の値を取得または設定します。 |
VAlign? |
"Top" | "Middle" | "Bottom" |
グラフのヘッダまたはフッタ内のテキストの垂直方向の配置を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5629
Ƭ DvChartLegendOption: Object
チャートのプロットの色、形状、またはサイズの凡例のプロパティを表します。
Name | Type | Description |
---|---|---|
Hidden? |
boolean |
チャートの凡例を非表示にするかどうかを示す値を取得または設定します。 |
LegendType? |
"Color" | "Shape" | "Size" |
凡例の種類を示す値を取得または設定します。 |
MaxHeight? |
number |
凡例の最大の高さを示すプロットエリアの高さに対するパーセンテージの値を取得または設定します。 |
MaxWidth? |
number |
凡例の最大幅を示すプロットエリアの高さに対するパーセンテージの値を取得または設定します。 |
Orientation? |
"Horizontal" | "Vertical" |
チャートの凡例のラベルの配置を示す値を取得または設定します。 |
Position? |
"Left" | "Right" | "Top" | "Bottom" |
プロットエリアの側面とコーナーに対するチャートの凡例の位置を示す値を取得または設定します。 |
Style? |
Object |
チャートの凡例のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a legend in a chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
グローバル凡例の罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a legend of a chart and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
TextStyle? |
DvChartTextStyle |
チャートの凡例のラベルの外観を示す値を取得または設定します。 see DvChartTextStyle |
Title? |
string |
凡例のタイトルを示す値または式 を取得または設定します。 |
TitleStyle? |
DvChartTextStyle |
チャートの凡例のタイトルの外観を示す値を取得または設定します。 see DvChartTextStyle |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5366
Ƭ DvChartPalette: "Light"
| "Office"
| "Aspect"
| "Blue"
| "Blue2"
| "BlueGreen"
| "BlueWarm"
| "Cerulan"
| "Cocoa"
| "Coral"
| "Cyborg"
| "Dark"
| "Darkly"
| "Flatly"
| "Grayscale"
| "Green"
| "GreenYellow"
| "HighContrast"
| "Marquee"
| "Median"
| "Midnight"
| "Modern"
| "Office2010"
| "Orange"
| "OrangeRed"
| "Organic"
| "Paper"
| "Red"
| "RedOrange"
| "RedViolet"
| "Slate"
| "Slipstream"
| "Standard"
| "Superhero"
| "Violet"
| "Violet2"
| "Yellow"
| "YellowOrange"
| "Zen"
| "Custom"
チャートのカラーパレットを表します。
see
DvChart
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5690
Ƭ DvChartPlot: Object
チャートのプロットのプロパティを表します。
see
DvChart
Name | Type | Description |
---|---|---|
Config? |
DvChartPlotConfig |
チャートのプロットの構成を示す値を取得または設定します。 see DvChartPlotConfig |
Encodings? |
DvChartEncodings |
チャートのプロットのデータのグラフィカル表現を示す値を取得または設定します。 see DvChartEncodings |
PlotChartSubtype? |
"Plain" | "Clustered" | "Stacked" |
チャートのプロットのサブタイプを示す値を取得または設定します。 |
PlotChartType? |
"Custom" | "Bar" | "Line" | "Area" | "Scatter" | "HighLowOpenClose" | "Candlestick" | "Column" | "Pie" | "Pyramid" | "Funnel" | "Bubble" | "Gantt" | "HighLowClose" | "PolarColumn" | "PolarBar" | "RadarArea" | "RadarBubble" | "RadarScatter" | "RadarLine" |
チャートのプロットの種類を示す値を取得または設定します。 |
PlotName? |
string |
チャートのプロットの一意の識別子を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4870
Ƭ DvChartPlotArea: Object
チャートのプロット領域のプロパティを表します。
see
DvChart
Name | Type | Description |
---|---|---|
Axes? |
DvChartAxis [] |
チャートのプロット領域内の軸のコレクションを示す値を取得または設定します。 |
Legends? |
DvChartLegendOption [] |
チャートのプロット領域内の凡例のコレクションを示す値を取得または設定します。 |
Style? |
Object |
チャートのプロット領域のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of the plot area of a chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
プロットエリアの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of the plot area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of the plot area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of the plot area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of the plot area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5318
Ƭ DvChartPlotConfig: Object
チャートのプロットの構成を表します。
Name | Type | Description |
---|---|---|
Action? |
Action |
チャートのプロットに関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 see Action |
AxisMode? |
"Cartesian" | "Radial" | "Polygonal" |
チャートのプロットの軸の種類を示す値を取得または設定します。 value "Radial" is applicable for "Pie", "PolarColumn", "PolarBar" plots. value "Cartesian" is applicable for "Bar", "Line", "Area", "Scatter", "HighLowOpenClose", "Candlestick","Column", "Pyramid", "Funnel", "Bubble", "Gantt", "HighLowClose" plots. value 「Polygonal」は、「RadarArea」、「RadarBubble」、「RadarScatter」、「RadarLine」プロットに適用できます。 |
BarLines? |
boolean |
同じカテゴリまたは詳細に属するプロットの部分間の接続線を表示するかどうかを示す値を取得または設定します。 |
ClippingMode? |
"None" | "Clip" | "Fit" |
プロットエリアが収まらないプロットを描画する方法を示す値を取得または設定します。 value "None" equals to "Fit" value "Clip" indicates that the plot area cuts off a plot on the edge of its right or bottom padding value 「Fit」は、プロットエリアがプロットを収まらない用に使用可能なすべての空白を使用する必要があることを示します。 |
InnerRadius? |
number |
「Pie」、「PolarColumn」、および「PolarBar」プロットのディスクの中心にある穴のサイズを示す外半径のパーセンテージで値を取得または設定します。 |
LineAspect? |
"Default" | "Spline" | "StepCenter" | "StepLeft" | "StepRight" |
「Line」または「Area」プロットのデータポイントを接続する線のスタイルを示す値を取得または設定します。 value "Default" indicates the straight line value "Spline" indicates the bezier curve value "StepCenter" indicates the stepped line value "StepLeft" indicates the stepped line value 「StepRight」は階段状折れ線を示します。 |
LineStyle? |
BorderStyle |
「Line」または「Area」プロットのデータポイントを接続する線のプロパティ、または他のプロットの幾何学的形状の罫線のプロパティを示す値を設定または設定します。 see BorderStyle |
Offset? |
number |
プロットの幾何学的形状を変換する値をパーセンテージで取得または設定します。 |
Opacity? |
number |
プロットの幾何学的形状の不透明度を示す値をパーセンテージで取得または設定します。 |
Radial? |
boolean |
プロットが放射状であるかどうかを示す値を取得または設定します。 |
Rules? |
DvChartRule [] |
プロットの外観の追加ルールを示す値を取得または設定します。 |
ShowNulls? |
"Gaps" | "Connected" | "Zeros" |
Null値のデータポイントの配置を示す値を取得または設定します。 value "Gaps" indicates that the plot will prevent connection between a null data point and its previous and next points value "Zero" indicates that null data points will be considered to have 0 value value 「Connected」は、プロットがnullポイントの前のポイントと次のポイントを接続することを示します。 |
StartAngle? |
number |
「Pie」、「PolarColumn」、または「PolarBar」プロットの時計回りの回転を示す値をarcdegreeで取得または設定します。 |
Style? |
Object |
プロットの幾何学的形状のスタイルを表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of geometrical shapes of a plot in a chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Sweep? |
number |
「Pie」、「PolarColumn」、または「PolarBar」プロットが占める弧の長さを決定する0〜360の弧度の値を取得または設定します。 |
SymbolOpacity? |
number |
「Line」または「Area」プロットのシンボルの不透明度を示す値をパーセンテージで取得または設定します。 |
SymbolShape? |
"Auto" | "X" | "Dot" | "Box" | "Diamond" | "Triangle" | "Dash" | "Plus" |
「Line」または「Area」プロットのシンボル形状を示す値を取得または設定します。 |
SymbolStyle? |
Object |
「Line」または「Area」プロットのシンボルのスタイルを表します。 |
SymbolStyle.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of the symbols in a "Line" or "Area" plots. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
SymbolStyle.Border? |
BorderStyle |
シンボルの罫線のプロパティを取得または設定します。 see BorderStyle |
Symbols? |
boolean |
「Line」または「Area」プロットがシンボルを表示するかどうかを示す値を取得または設定します。 |
Text? |
Object |
チャートのプロットのラベルのプロパティを表します。 |
Text.ConnectingLine? |
Object |
ラベルとプロットのそれぞれの部分を結ぶ引き出し線のプロパティを表します。 |
Text.ConnectingLine.Border? |
BorderStyle |
引き出し線の線のプロパティを取得または設定します。 see BorderStyle |
Text.LinePosition? |
"Auto" | "Center" |
プロットのそれぞれの部分を基準にした引き出し線の始点を示す値を取得または設定します。 |
Text.Offset? |
number |
プロットのそれぞれの部分を基準にしたラベルのオフセットを示す値を取得または設定します。 |
Text.OverlappingLabels? |
"Auto" | "Show" |
重複するラベルを非表示にするかどうかを示す値を取得または設定します。 value "Auto" hides some labels to prevent the overlapping value 「Show」は、重複が続く場合でもすべてのラベルを表示します。 |
Text.Style? |
Object |
ラベルのテキストのスタイルを表します。 |
Text.Style.BackgroundColor? |
string |
プロットのラベルの背景色を示す値または式を取得または設定します。 |
Text.Style.Border? |
BorderStyle |
プロットのラベルの罫線のプロパティを取得または設定します。 see BorderStyle |
Text.Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color for labels of a plot of a chart. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Text.Style.FontFamily? |
string |
プロットのラベルのテキストのフォント名を示す値または式を取得または設定します。 |
Text.Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for labels of a plot of a chart. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Text.Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for labels of a plot of a chart. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Text.Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for labels of a plot of a chart. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Text.Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for labels of a plot of a chart. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Text.Template? |
string |
ラベルのテキストのテンプレートを示す値を取得または設定します。 |
Text.TextPosition? |
"Auto" | "Center" | "Inside" | "Outside" |
プロットのそれぞれの部分を基準にしたラベルの位置を示す値を取得または設定します。 |
Tooltip? |
Object |
プレビュー時にレポート閲覧者がプロットの一部にカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Tooltip.Template? |
string |
- |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5066
Ƭ DvChartRule: Object
プロットの外観の追加の規則を表します。
Name | Type | Description |
---|---|---|
Condition? |
string |
規則を適用する必要があるかどうかを示すブール値に評価する必要がある式 を取得または設定します。 |
RuleProperties? |
{ TargetProperty? : "BackgroundColor" | "LineWidth" | "LineStyle" | "LineColor" | "SymbolBackgroundColor" | "SymbolLineColor" | "SymbolLineStyle" | "SymbolLineWidth" | "LabelTemplate" | "TooltipTemplate" ; Value? : string }[] |
規則の効果を表します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5295
Ƭ DvChartTextStyle: Object
チャートのテキストベースの要素のスタイル情報を表します。
Name | Type | Description |
---|---|---|
Color? |
string |
Gets or sets a value or an expression indicating the foreground color of text. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
FontFamily? |
string |
テキストのフォントファミリの名前を示す値または式 を取得または設定します。 |
FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5694
Ƭ DvChartTextStyleWithPadding: Object
チャートのテキストベースの要素の拡張スタイル情報を表します。
Name | Type | Description |
---|---|---|
Color? |
string |
Gets or sets a value or an expression indicating the foreground color of text. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
FontFamily? |
string |
テキストのフォントファミリの名前を示す値または式 を取得または設定します。 |
FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of text area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of text area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of text area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of text area and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5743
Ƭ DvChartValueAggregateEncoding: Object
チャートのプロットのデータ値に対するプロパティを表します。
see
DvChartEncodings
Name | Type | Description |
---|---|---|
Aggregate? |
DvChartAggregate |
エンコードする値に適用される集計関数を示す値を取得または設定します。 see DvChartAggregate |
Field? |
{ FieldType? : "Complex" ; Subfields? : { Key? : string ; Value? : string }[] } | { Value? : string [] } |
エンコードする値を表します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:4993
Ƭ EmbeddedImage: Object
レポートに埋め込まれている画像を表します。
Name | Type | Description |
---|---|---|
ImageData? |
string |
埋め込み画像の画像データをbase 64形式 で取得または設定します。 |
MIMEType? |
string |
Get or sets the image format of an embedded image Supported values are "image/jpeg", "image/gif", "image/png", and "image/svg+xml" |
Name? |
string |
埋め込み画像の一意の識別子を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:288
Ƭ Field: Object
DataSetフィールドに関する情報を表します。
see
{@link DataSet.Fields}
Name | Type | Description |
---|---|---|
DataField? |
string |
DataSetクエリによって返されるフィールドの名前を取得または設定します。 see {@link DataSet.Query} |
Name |
string |
フィールドの一意の識別子を取得または設定します。 |
Value? |
string |
このフィールドの値に評価される値または式 を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:583
Ƭ Filter: Object
DataSet、グループ、またはデータ領域内のデータの行に適用するフィルタを表します。
see
{@link DataSet.Filter}
see
{@link Grouping.Filters}
Name | Type | Description |
---|---|---|
FilterExpression |
string |
Gets or sets an expression that is evaluated for each instance of a group, or for each row of data that is associated with a DataSet, a group, or a data region. This expression is then compared to the value of the FilterValues element by using the Operator. Failed comparisons result in the row or instance being filtered out of its containing group, dataset, or data region. |
FilterValues |
string [] |
FilterExpressionと比較する値を取得または設定します。 |
Operator |
FilterOperator |
FilterExpressionとFilterValuesの値を比較するために使用する演算子を取得または設定します。 see FilterOperator |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:678
Ƭ FilterOperator: "Between"
| "Equal"
| "Like"
| "NotEqual"
| "GreaterThan"
| "GreaterThanOrEqual"
| "LessThan"
| "LessThanOrEqual"
| "TopN"
| "BottomN"
| "TopPercent"
| "BottomPercent"
| "In"
Filer.FilterExpressionとFilter.FilterValuesの値を比較するために使用するオペレーターを表します。
see
Filter
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:699
Ƭ FixedPageSection: Object
固定レイアウトのレポート のページの構造とレイアウト情報を表します。
Name | Type | Description |
---|---|---|
ReportItems? |
ReportItem [] |
固定ページに含まれるレポートアイテムのコレクションを取得または設定します。 see ReportItem |
Style? |
Object |
固定ページの外観情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a fixed page The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
ページレポートの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
ページレポートのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
ページレポートの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
ページレポートの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
ページレポートの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
ページレポートの上罫線のプロパティを取得または設定します。 see BorderStyle |
ThrowIfPlaceHoldersEmpty? |
boolean |
- |
Visibility? |
Visibility |
- |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:306
Ƭ Grouping: Object
データの分類に関する情報を表します。
Name | Type | Description |
---|---|---|
DocumentMapLabel? |
string |
見出マップ 内のグループ化のインスタンスへのリンクのテキストを示す式 を取得または設定します ) |
Filters? |
Filter [] |
グループ化の各インスタンスのデータに適用されるフィルタのコレクションを取得または設定します。 see Filter |
GroupExpressions? |
string [] |
データをグループ化するための式 のコレクションを取得または設定します。 |
Name? |
string |
グループ化の一意の識別子を取得または設定します。 |
NewSection? |
boolean |
グループ化の各インスタンスにページ番号があるかどうかを示す値を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
グループ化のインスタンスによって生成されたページ分割の場所を示す値を取得または設定します。 value "None" indicates that no page breaks are generated. value "Start" indicates each instance of a grouping inserts the page break before its content value "End" indicates each instance of a grouping inserts the page break after its content value "StartAndEnd" indicates each instance of a grouping inserts the page break before and after its content value 「Between」は、グループ化の各インスタンスが新しいページで開始することを示します。 |
PageBreakDisabled? |
string |
改ページのオプションを無視するかどうかを示す値に評価される式 を取得または設定します。 |
ParentGroup? |
string |
再帰的階層内の親グループを識別する式を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:858
Ƭ Image: Object
レポート内のImage のプロパティを表します。
Name | Type | Description |
---|---|---|
Action? |
Action |
Imageに関連付けられているアクション(ハイパーリンクなど)を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのImageのIDを示す値または式 を取得または設定します。 |
Height? |
string |
Imageの高さを示す値を長さの単位 で取得または設定します。 |
HorizontalAlignment? |
string |
Gets or sets a value or expression indicating the horizontal alignment for the actual image within an Image report item. The value or the expression result should be one of the following. value "Left" indicates that an Image aligns the actual image to the left value "Center" indicates that an Image centers the actual image value 「Right」は、Imageが実際の画像を右に揃えることを示します。 |
Label? |
string |
見出マップと目次に表示されるImageに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
画像のコンテナの左側からのImageの距離を示す値を長さの単位 で取得または設定します。 |
MIMEType? |
string |
Get or sets the image format of an Image. Supported values are "image/jpeg", "image/gif", "image/png", and "image/svg+xml". |
Name |
string |
画像の一意の識別子を取得または設定します。 |
Sizing? |
"Clip" | "Fit" | "AutoSize" | "FitProportional" |
実際の画像が指定された画像のサイズに収まらない場合に、Imageの動作を示す値を取得または設定します。 value "AutoSize" indicates that the border of the image will grow or shrink to accommodate the dimensions of the actual image. value "Fit" indicates that the actual image is resized to exactly match both the Height and Width dimensions of an Image report item. value "FitProportional" indicates that the actual image is resized to fit within the image dimensions, while preserving the aspect ratio. value 「Clip」は、実際の画像が画像のレポートアイテムのサイズに合うように切り取ることを示します。 |
Source? |
"External" | "Embedded" | "Database" |
Imageのソースの種類を取得または設定します。 value "External" indicates that the Value property must contain a string constant or an expression that evaluates to the location of an image. value "Embedded" indicates that the Value property must contain a string constant or an expression that evaluates to the name of an embedded image in the report. value 「データベース」は、画像のバイナリデータに評価される式(データベース内のフィールドなど)を含むValueプロパティを示します。 |
Style? |
Object |
Imageのスタイル情報を表します。 |
Style.Border? |
BorderStyle |
Imageのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Imageの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
Imageの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of an Image and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of an Image and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of an Image and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of an Image and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Imageの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
Imageの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者がImageにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
画像のコンテナの上部からのImageの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"image" |
「image」に設定する必要があります。 |
Value? |
string |
Sourceプロパティの値に応じて、画像の場所または実際のデータを示す値を取得または設定します。 |
VerticalAlignment? |
string |
Gets or sets a value or expression indicating the vertical alignment for the actual image within an Image report item. The value or the expression result should be one of the following. value "Top" indicates top-aligned image value "Middle" indicates vertically-centered image alignment value 「Bottom」は下揃えの画像を示します。 |
Visibility? |
Visibility |
Imageが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Imageの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Imageの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:5812
Ƭ InputField: InputFieldText
| InputFieldCheckbox
編集可能なPDFフォームの入力コントロールを表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6170
Ƭ InputFieldCheckbox: Object
チェックボックスのInputField のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのInputFieldのIDを示す値または式 を取得または設定します。 |
CheckSize? |
string |
Gets or sets a value or an expression indicating the size of the check mark for a Checkbox Input Field. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
CheckStyle? |
"Cross" | "Diamond" | "Square" | "Check" | "Circle" | "Star" |
CheckBoxのInputFieldのチェックマークのスタイルを示す値を取得または設定します。 |
Checked? |
string |
チェックボックスのInputFieldが最初にチェック状態にあるかどうかを示す値または式 を取得または設定します。 |
FieldName? |
string |
編集可能なPDFフォームのフィールドの名前を取得または設定します。 |
Height? |
string |
InputFieldの高さを示す値を長さの単位 で取得または設定します。 |
Label? |
string |
見出しマップと目次に表示されるInputFieldに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
サブレポートのコンテナの左側からのInputFieldの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
InputFieldの一意の識別子を取得または設定します。 |
Readonly? |
boolean |
PDF文書リーダーがフィールドの値を変更できるかどうかを示す値を取得または設定します。 |
Required? |
boolean |
PDF文書リーダーがフィールドの値を提供する必要があるかどうかを示す値を取得または設定します。 |
Style? |
Object |
InputFieldのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a field in the fillable PDF form The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
InputFieldのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
InputFieldの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of text within a field in the fillable PDF form. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.LeftBorder? |
BorderStyle |
InputFieldの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
InputFieldの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for text within a field in the fillable PDF form. The value or the expression result should be one of the following. value "General" indicates that an input field aligns numbers and dates to the right and everything else to the left value "Left" indicates that an input field aligns the text to the left value "Right" indicates that an input field aligns the text to the right value "Center" indicates that an input field centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TopBorder? |
BorderStyle |
InputFieldの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者がInputFieldにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
サブレポートのコンテナの上部からのInputFieldの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"inputfield" |
「inputfield」に設定する必要があります。 |
Visibility? |
Visibility |
InputFieldが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
InputFieldの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
InputFieldの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6364
Ƭ InputFieldText: Object
テキストのInputField のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのInputFieldのIDを示す値または式 を取得または設定します。 |
FieldName? |
string |
編集可能なPDFフォームのInputFieldの名前を取得または設定します。 |
Height? |
string |
InputFieldの高さを示す値を長さの単位 で取得または設定します。 |
Label? |
string |
見出しマップと目次に表示されるInputFieldに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
サブレポートのコンテナの左側からのInputFieldの距離を示す値を長さの単位 で取得または設定します。 |
MaxLength? |
number |
フィールドの値の最大許容長を示す値を取得または設定します。 |
Multiline? |
boolean |
フィールドの複数行の値が受け入れられるかどうかを示す値を取得または設定します。 |
Name |
string |
InputFieldの一意の識別子を取得または設定します。 |
Password? |
boolean |
編集可能なPDFフォームにフィールドの値を一連のアスタリスクとして表示するかどうかを示す値を取得または設定します。 |
Readonly? |
boolean |
PDF文書リーダーがフィールドの値を変更できるかどうかを示す値を取得または設定します。 |
Required? |
boolean |
PDF文書リーダーがフィールドの値を提供する必要があるかどうかを示す値を取得または設定します。 |
SpellCheck? |
boolean |
フィールドの値がスペルチェックによって処理されるかどうかを示す値を取得または設定します。 |
Style? |
Object |
InputFieldのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a field in the fillable PDF form The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
InputFieldのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
InputFieldの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of text within a field in the fillable PDF form. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.FontFamily? |
string |
入力可能なPDFのフィールドのテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text within a field in the fillable PDF form. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text within a field in the fillable PDF form. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a field in the fillable PDF form. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value of a field in the fillable PDF form is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.LeftBorder? |
BorderStyle |
InputFieldの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
InputFieldの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for text within a field in the fillable PDF form. The value or the expression result should be one of the following. value "General" indicates that an input field aligns numbers and dates to the right and everything else to the left value "Left" indicates that an input field aligns the text to the left value "Right" indicates that an input field aligns the text to the right value "Center" indicates that an input field centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TopBorder? |
BorderStyle |
InputFieldの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者がInputFieldにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
サブレポートのコンテナの上部からのInputFieldの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"inputfield" |
「inputfield」に設定する必要があります。 |
Value? |
string |
初期フィールドの値を示す値または式 を取得または設定します。 |
Visibility? |
Visibility |
InputFieldが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
InputFieldの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
InputFieldの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6174
Ƭ Layer: Object
Name | Type |
---|---|
DesignerLock? |
boolean |
DesignerTransparency? |
number |
DesignerVisible? |
boolean |
Name |
string |
TargetDevice? |
string |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:708
Ƭ Line: Object
レポート内のLine のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのLineのIDを示す値または式 を取得または設定します。 |
EndPoint? |
Object |
線の終点を表します。 |
EndPoint.X? |
string |
コンテナの左側からLineの終点までの距離を示す値を長さの単位で取得または設定します。 |
EndPoint.Y? |
string |
コンテナの上側からLineの終点までの距離を示す値を長さの単位で取得または設定します。 |
Label? |
string |
レポートマップと目次に表示されるLineに関連付けられたテキストを示す値または式 を取得または設定します。 |
LineColor? |
string |
Gets or sets a value or an expression that evaluates to the color of a Line The value or the expression result クロスブラウザーの色名 または 「#face0d 」などの16進色コードである必要があります。 |
LineStyle? |
string |
Lineのスタイルに評価される式 を取得または設定します。 value "None" indicates that no border is drawn. value "Dotted" indicates a dotted line for a border. value "Dashed" indicates a dashed line for a border. value "Solid" indicates a solid line for a border. value "Double" indicates a double solid line for a border. value "Groove" indicates a 3D grooved border. The effect depends on the border color value. value "Ridge" indicates a 3D ridged border. The effect depends on the border color value. value "Inset" indicates a 3D inset border. The effect depends on the border color value. value 「Outset」は、3Dアウトセット罫線を示します。 効果は罫線色の値によって異なります。 |
LineWidth? |
string |
Gets or sets a value or an expression that evaluates to the width of a Line The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。 |
Name |
string |
Lineの一意の識別子を取得または設定します。 |
StartPoint? |
Object |
線の始点を表します。 |
StartPoint.X? |
string |
コンテナの左側からLineの始点までの距離を示す値を長さの単位で取得または設定します。 |
StartPoint.Y? |
string |
コンテナの上側からLineの始点までの距離を示す値を長さの単位で取得または設定します。 |
Type |
"line" |
「line」に設定する必要があります。 |
Visibility? |
Visibility |
Lineが非表示かどうかを示す値を取得または設定します。 see Visibility |
ZIndex? |
number |
Lineの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2824
Ƭ List: Object
レポート内のList のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのListのIDを示す値または式 を取得または設定します。 |
ConsumeWhiteSpace? |
boolean |
コンテンツが大きくなったときにList内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
DataSetName? |
string |
Listにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Filters? |
Filter [] |
Listの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
FixedHeight? |
string |
Listの固定の高さ を示す値を長さの単位 で取得または設定します。 |
FixedWidth? |
string |
Listの固定の幅 を示す値を長さの単位 で取得または設定します。 |
Group? |
Grouping |
List内のデータをグループ化するための式を示す値を取得または設定します。 see Grouping |
Height? |
string |
Listの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Listのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるListに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
リストのコンテナの左側からのListの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Listの一意の識別子を取得または設定します。 |
NewSection? |
boolean |
Listにページ番号があることを示す値を取得または設定します。 |
NoRowsMessage? |
string |
Listに使用できるデータ行がない場合に、リストレイアウトの代わりに描画するテキストを示す値または式 を取得または設定します。 |
OverflowName? |
string |
固定リストレイアウトのOverflowPlaceHolder の名前を示す値を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Listによって行われた改ページの場所を示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
List内のレポートアイテムのコレクションを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
繰り返されるリストの領域を並べ替えるための式のコレクションを示す値を取得または設定します。 see SortExpression |
Style? |
Object |
Listのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a List The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
Listの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
Listのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Listの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a NoRowsMessage The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Direction? |
string |
Gets or sets a value or an expression indicating whether text within a NoRowsMessage is written left-to-right or right-to-left. The value or the expression result should be one of the following. value "LTR" indicates that text is written left-to-right. value RTLは、文字列を左から右方向に記述します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a NoRowsMessage is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または式を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Listの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Listの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "General" indicates that a List aligns numbers and dates to the right and everything else to the left value "Left" indicates that a List aligns the text to the left value "Right" indicates that a List aligns the text to the right value "Center" indicates that a List centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a NoRowsMessage. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Listの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.VerticalAlign? |
string |
Gets or sets a value or an expression indicating the vertical alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "Top" indicates top-aligned text value "Middle" indicates vertically-centered text alignment value Bottomは、テキストの垂直方向の配置を下揃えに設定します。 |
Style.WritingMode? |
string |
Gets or sets a value or an expression indicating whether the textual content within a NoRowsMessage is laid out horizontally or vertically as well as the direction in which text moves. The value or the expression result should be one of the following. value "lr-tb" indicates that if the Direction is "LTR", textual content flows horizontally from left to right. For RTL direction, content moves horizontally from right to left. The following horizontal line resides below the previous line. value tb-rlは、方向がLTRの場合、テキストは上から下に垂直方向に流れ、次の垂直線は前の行の左側にあることを示します。RTLの場合、テキストは下から上に垂直方向に流れ、次の垂直線は前の線の右側にあることを示します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がListにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
リストのコンテナの上部からのListの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"list" |
「list」に設定する必要があります。 |
Visibility? |
Visibility |
Listが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Listの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Listの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:1451
Ƭ OverflowPlaceholder: Object
レポート内のOverflowPlaceHolder のプロパティを表します。
Name | Type | Description |
---|---|---|
Height? |
string |
OverflowPlaceHolderの高さを示す値を長さの単位 で取得または設定します。 |
Left? |
string |
コンテナの左側からOverflowPlaceHolderまでの距離を示す値を長さの単位で取得または設定します。 |
Name |
string |
OverflowPlaceHolderの一意の識別子を取得または設定します。 |
OverflowName? |
string |
Gets or sets the name of the OverflowPlaceHolder that should be used in case of more data needs to be arranged. Check the Fixed Page Layout documentation for more information. |
Top? |
string |
コンテナの上部からOverflowPlaceHolderまでの距離を示す値を長さの単位で取得または設定します。 |
Type |
"overflowplaceholder" |
「overflowplaceholder」に設定する必要があります。 |
Width? |
string |
OverflowPlaceHolderの幅を示す値を長さの単位で取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6686
Ƭ Page: Object
レポートページの構造とレイアウト情報を表します。
Name | Type | Description |
---|---|---|
BottomMargin? |
string |
ページの下マージンの幅を長さの単位 で取得または設定します。 default 「1in」 |
ColumnSpacing? |
string |
レポートの複数列の描画の各列間の間隔を長さの単位 で取得または設定します。 default 「0in」 |
Columns? |
number |
レポートの描画に使用されるデフォルトの列数を取得または設定します。 default 1 |
LeftMargin? |
string |
ページの左マージンの幅を長さの単位 で取得または設定します。 default 「1in」 |
PageHeight? |
string |
描画の高さを長さの単位 で取得または設定します。 default 「11in」 |
PageWidth? |
string |
default 「8.5in」 |
RightMargin? |
string |
ページの右マージンの幅を長さの単位 で取得または設定します。 default 「1in」 |
TopMargin? |
string |
ページの上マージンの幅を長さの単位 で取得または設定します。 default 「1in」 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:358
Ƭ PageSection: Object
ページヘッダまたはページフッタの構造とレイアウト情報を表します。
Name | Type | Description |
---|---|---|
Height? |
string |
ページセクションの高さを長さの単位 で取得または設定します。 |
Name? |
string |
ページセクションの一意の識別子を取得または設定します。 |
PrintOnFirstPage? |
boolean |
レポートの最初に描画されたページにページヘッダまたはページフッタのどちらを表示するかを示す値を取得または設定します。 |
PrintOnLastPage? |
boolean |
レポートの最後に描画されたページにページヘッダまたはページフッタのどちらを表示するかを示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
ページセクションに含まれるレポートアイテムのコレクションを取得または設定します。 see ReportItem |
Style? |
Object |
ページセクションの外観情報を表します。 |
Style.BackgroundColor? |
string |
ページセクションの背景色を示す式を取得または設定します。 |
Style.BackgroundImage? |
BackgroundImage |
ページセクションの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
ページセクションのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
ページセクションの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
ページセクションの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
ページセクションの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
ページセクションの上罫線のプロパティを取得または設定します。 see BorderStyle |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:165
Ƭ ParameterValue: Object
Represents a value/label pair for a report parameter's valid values
see
{@link ReportParameter.ValidValues}
Name | Type | Description |
---|---|---|
Label? |
string |
Gets or sets the text to use to describe the report parameter value to display in a parameter drop-down at runtime |
Value? |
string |
Gets or sets the value for a report parameter |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:510
Ƭ Query: Object
DataSetのデータを実行して取得するために必要な情報を表します。
see
{@link DataSet.Query}
Name | Type | Description |
---|---|---|
CommandText? |
string |
DataSetのデータを取得するために実行するクエリを取得または設定します。 |
DataSourceName |
string |
クエリを実行する対象のデータソースの名前を取得または設定します。 see DataSource |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:602
Ƭ Rectangle: Object
レポート内のContainer のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのContainerのIDを示す値または式 を取得または設定します。 |
ConsumeWhiteSpace? |
boolean |
コンテンツが大きくなったときにContainer内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
Height? |
string |
Containerの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Containerのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるContainerに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
コンテナのコンテナの左側からのContainerの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Rectangleの一意の識別子を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Containerによって行われた改ページの場所を示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
Containerに含まれるレポートアイテムのコレクションを示す値を取得または設定します。 see ReportItem |
RoundingRadius? |
RoundingRadius |
Containerの境界半径を示す値を取得または設定します。 see RoundingRadius |
Style? |
Object |
Containerのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Container The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
Containerの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
Containerのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Containerの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
Containerの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
Containerの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
Containerの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者がContainerにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
コンテナのコンテナの上部からのContainerの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"rectangle" |
「rectangle」に設定する必要があります。 |
Visibility? |
Visibility |
Containerが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Containerの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Containerの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2914
Ƭ Report: Object
Represents a report
Name | Type | Description |
---|---|---|
Author? |
string |
Gets or sets the author of a Report |
Body? |
Body |
Gets or sets a value indicating properties for the body of report pages. see Body |
ConsumeContainerWhitespace? |
boolean |
Gets or sets a value indicating whether all whitespace in a report should be consumed when contents grow |
DataSets? |
DataSet [] |
Gets or sets a value indicating a collection of data sets of a report. see DataSource |
DataSources? |
DataSource [] |
Gets or sets a value indicating a collection of data sources of a report. see DataSource |
Description? |
string |
Gets or sets the description of a Report |
DocumentMap? |
DocumentMap |
Gets or sets a value indicating properties for the map of a report. see DocumentMap |
EmbeddedImages? |
EmbeddedImage [] |
Gets or sets a value indicating a collection of embedded images of a report. see EmbeddedImage |
FixedPage? |
Object |
Represents properties for a fixed page layout. |
FixedPage.DataSetName? |
string |
データをページレポートに連結するために使用するデータセットの名前を取得または設定します。 |
FixedPage.Filters? |
Filter [] |
ページレポートの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
FixedPage.Group? |
Grouping |
ページレポート内のデータをグループ化する式を示す値を取得または設定します。 see Grouping |
FixedPage.Pages? |
FixedPageSection [] |
ページレポート内のページのコレクションを示す値を取得または設定します。 |
FixedPage.SortExpressions? |
SortExpression [] |
データを並べ替えるために、ページレポートのフィルタ処理されたデータに適用される式のコレクションを示す値を取得または設定します。 see SortExpression |
Language? |
string |
Gets or sets a value or an expression indicating the default language to use for dates and number formatting within a report. |
Name? |
string |
Gets or sets a unique identifier for a Report |
Page? |
Page |
Gets or sets a value indicating the structure and layout information of report pages. see Page |
PageFooter? |
PageSection |
Gets or sets a value indicating properties for the footer of report pages. see PageSection |
PageHeader? |
PageSection |
Gets or sets a value indicating properties for the header of report pages. see PageSection |
ReportParameters? |
ReportParameter [] |
Gets or sets a value indicating a collection of parameters of a report. see ReportParameter |
StartPageNumber? |
number |
Gets or sets a value indicating the number of the first page for page numbering of a report. |
ThemeUri? |
string |
Gets or sets a value indicating the location of a report theme |
Themes? |
string [] |
Gets or sets a value indicating a collection of themes available for a report |
Width? |
string |
Gets or sets a value in Length units indicating the width of the body of a report. |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6
Ƭ ReportItem: Textbox
| Checkbox
| List
| Table
| Tablix
| Line
| Rectangle
| BandedList
| Subreport
| Shape
| TableOfContents
| Barcode
| DvChart
| Image
| Bullet
| FormattedText
| InputFieldText
| InputFieldCheckbox
| Sparkline
| RichtextPara
| RichtextHtml
| OverflowPlaceholder
サポートされているレポートアイテムの種類を表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:7014
Ƭ ReportItemType: "textbox"
| "checkbox"
| "list"
| "table"
| "tablix"
| "line"
| "rectangle"
| "bandedlist"
| "subreport"
| "shape"
| "tableofcontents"
| "barcode"
| "dvchart"
| "image"
| "bullet"
| "formattedtext"
| "inputfield"
| "sparkline"
| "richtext"
| "overflowplaceholder"
サポートされているレポートアイテムの種類の名前を表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:7010
Ƭ ReportParameter: Object
レポートのパラメータに関する情報を表します。
Name | Type | Description |
---|---|---|
AllowBlank? |
boolean |
空の文字列がレポートパラメータの値として許可されているかどうかを示す値を取得または設定します。 |
DataType |
"String" | "Boolean" | "Date" | "DateTime" | "Integer" | "Float" |
レポートパラメータのデータ型を取得または設定します。 |
DefaultValue? |
DefaultValue |
ユーザーが値を指定しない場合に、レポートパラメータに使用する1つまたは複数のデフォルト値を取得または設定します。 see DefaultValue |
Hidden? |
boolean |
実行時にレポートパラメータがユーザーに表示されないかどうかを示す値を取得または設定します。 |
MultiValue? |
boolean |
レポートパラメータが単一の値ではなく値のセットを取ることができるかどうかを示す値を取得または設定します。 |
Multiline? |
boolean |
レポートパラメータ値の入力コントロールが複数行を許可するかどうかを示す値を取得または設定します。 |
Name |
string |
レポートパラメータの一意の識別子を取得または設定します。 |
Nullable? |
boolean |
レポートパラメータの値をnullにできるかどうかを示す値を取得または設定します。 |
Prompt? |
string |
レポートパラメータの1つまたは複数の値を指定するようにユーザーに求めるときに使用するテキストを取得または設定します。 |
SelectAllValue? |
string |
複数値を含んだレポートパラメータの入力に[すべて選択]オプションを使用したときに表示されるテキストを取得または設定します。 |
ValidValues? |
ValidValues |
レポートパラメータに使用できる可能な値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:420
Ƭ Richtext: RichtextPara
| RichtextHtml
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6721
Ƭ RichtextHtml: Object
レポート内の[レポート内のMixedFormatText のプロパティを表します。 ](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Visualizers/RichText/index) のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのMixedFormatTextのIDを示す値または式 を取得または設定します インタラクティブアクションをブックマークします。 |
CanGrow? |
boolean |
MixedFormatTextの高さがその内容に一致するように増加できるかどうかを示す値を取得または設定します。 |
Height? |
string |
MixedFormatTextの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、MixedFormatTextのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
レポートマップと目次に表示されるMixedFormatTextに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
リッチテキストのコンテナの左側からMixedFormatTextまでの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
MixedFormatTextの一意の識別子を取得または設定します。 |
Style? |
Object |
MixedFormatTextのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a RichText. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
MixedFormatTextの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
MixedFormatTextのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
MixedFormatTextの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of text within a RichText. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.FontFamily? |
string |
MixedFormatText内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text within a RichText. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text within a RichText. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a RichText. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.LeftBorder? |
BorderStyle |
MixedFormatTextの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a RichText and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a RichText and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a RichText and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a RichText and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
MixedFormatTextの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
MixedFormatTexttの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者がMixedFormatTextにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
リッチテキストのコンテナの上部からMixedFormatTextまでの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"richtext" |
「richtext」に設定する必要があります。 |
Value? |
string |
MixedFormatTextに表示される値または式 を取得または設定します。 |
Visibility? |
Visibility |
MixedFormatTextが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
MixedFormatTextの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
MixedFormatTextの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6725
Ƭ RoundingRadius: Object
コンテナの境界半径を表します。
see
{@link Rectangle.RoundingRadius}
Name | Type | Description |
---|---|---|
BottomLeft? |
string |
コンテナの左下の境界半径を示す値を長さの単位 で取得または設定します。 |
BottomRight? |
string |
コンテナの左下の境界半径を示す値を長さの単位 で取得または設定します。 |
Default? |
string |
コンテナのデフォルトの境界半径を示す値を長さの単位で取得または設定します。 |
TopLeft? |
string |
コンテナの左上の境界半径を示す値を長さの単位 で取得または設定します。 |
TopRight? |
string |
コンテナの右上の境界半径を示す値を長さの単位 で取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3054
Ƭ Shape: Object
レポート内のShape のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのShapeのIDを示す値または式 を取得または設定します インタラクティブアクションをブックマークします。 |
Height? |
string |
Shapeの高さを示す値を長さの単位 で取得または設定します。 |
Label? |
string |
レポートマップと目次に表示される図形に関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
図形のコンテナの左側からShapeまでの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Shapeの一意の識別子を取得または設定します。 |
RoundingRadius? |
RoundingRadius |
図形の境界半径を示す値を取得または設定します。 see RoundingRadius |
ShapeStyle? |
string |
Gets or sets a value or an expression indicating the shape type The value or the expression result should be one of the following. value "Rectangle" indicates a rectangular shape value "RoundRect" indicates a rectangular shape with rounded corners value 「Ellipse」は楕円形を示します。 |
Style? |
Object |
Shapeのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Shape The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
Shapeの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
Shapeのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Shapeの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
Shapeの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.RightBorder? |
BorderStyle |
Shapeの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
Shapeの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者がShapeにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
図形のコンテナの左側上部からShapeまでの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"shape" |
「shape」に設定する必要があります。 |
Visibility? |
Visibility |
Shapeが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Shapeの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Shapeの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3662
Ƭ SortExpression: Object
並べ替えに使用される式を表します。
Name | Type | Description |
---|---|---|
Direction? |
「Ascending」 | "Descending" |
ソート順を示す値を取得または設定します。 value 「Ascending」 indicates that the data is sorted in ascending order value "Descending" indicates that the data is sorted in descending order default 「Ascending」 |
Value? |
string |
注文するデータを生成する式 を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:913
Ƭ Sparkline: Object
レポート内のSparkline のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのSparklineのIDを示す値または式 を取得または設定します。 |
DataSetName? |
string |
Sparklineにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
FillColor? |
string |
Gets or sets expression that evaluates to the background color of geometrical shapes within a sparkline of "Area", "Columns", "Whiskers", and "Stacked Columns" types. The value or the expression result クロスブラウザーの色名 または 「#face0d 」などの16進色コードである必要があります。 |
Filters? |
Filter [] |
Sparklineの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
GradientEndColor? |
string |
Gets ot sets a value or an expression indicating the end color for the background gradient of geometrical shapes within a sparkline of "Area", "Columns", "Whiskers", and "Stacked Columns" types. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
GradientStyle? |
SparklineGradientStyle |
スパークライン内の幾何学的形状の背景グラデーションの種類を示す値を取得または設定します。 see SparklineGradientStyle |
Group? |
Grouping |
Sparkline内のデータをグループ化するための式を示す値を取得または設定します。 see Grouping |
Height? |
string |
Sparklineの高さを示す値を長さの単位 で取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるSparklineに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
スパークラインのコンテナの左側からのスパークラインの距離を示す値を長さの単位 で取得または設定します。 |
LineColor? |
string |
Gets or sets expression that evaluates to the line color for a sparkline of "Line" type. The value or the expression result クロスブラウザーの色名 または 「#face0d 」などの16進色コードである必要があります。 |
LineWidth? |
string |
Gets or sets a value or an expression that evaluates to the line width for a sparkline of "Line" type. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。 |
MarkerColor? |
string |
Gets or sets expression that evaluates to the foreground color of a marker at the last point of a sparkline of "Line" type. The value or the expression result クロスブラウザーの色名 または 「#face0d 」などの16進色コードである必要があります。 |
MarkerVisibility? |
boolean |
線種のスパークラインの最後のポイントにマーカーを表示するかどうかを示す値を取得または設定します。 |
MaximumColumnWidth? |
string |
Gets or sets a value or an expression indicating the maximum width of columns for a sparkline of "Columns" and "Whiskers" types. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Name |
string |
Sparklineの一意の識別子を取得または設定します。 |
RangeFillColor? |
string |
Gets or sets expression that evaluates to the background color of the range within a sparkline. The value or the expression result クロスブラウザーの色名 または 「#face0d 」などの16進色コードである必要があります。 |
RangeGradientEndColor? |
string |
Gets ot sets a value or an expression indicating the end color for the background gradient of the range within a sparkline. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
RangeGradientStyle? |
SparklineGradientStyle |
スパークライン内の範囲の背景グラデーションの種類を示す値を取得または設定します。 see SparklineGradientStyle |
RangeLowerBound? |
string |
スパークラインの範囲の下限を示す値または式 を取得または設定します。 |
RangeUpperBound? |
string |
スパークラインの範囲の上限を示す値または式 を取得または設定します。 |
RangeVisibility? |
boolean |
スパークラインの値の範囲を表示するかどうかを示す値を取得または設定します。 |
SeriesValue? |
string |
スパークラインに表示されるデータ値の範囲を示す値または式 を取得または設定します。 |
SortExpressions? |
SortExpression [] |
Sparkline内のデータを並べ替えるための式のコレクションを示す値を取得または設定します。 see SortExpression |
SparklineType? |
"Line" | "Area" | "Columns" | "Whiskers" | "StackedBar" |
Sparklineの種類を示す値を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がSparklineにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
スパークラインのコンテナの上部からのSparklineの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"sparkline" |
「sparkline」に設定する必要があります。 |
Visibility? |
Visibility |
Sparklineが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Sparklineの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Sparklineの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6512
Ƭ SparklineGradientStyle: "None"
| "LeftRight"
| "TopBottom"
| "Center"
| "DiagonalLeft"
| "DiagonalRight"
| "HorizontalCenter"
| "VerticalCenter"
スパークラインの背景グラデーションの種類を表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:6682
Ƭ Subreport: Object
レポート内のSubReport のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのSubReportのIDを示す値または式 を取得または設定します。 |
Height? |
string |
SubReportの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、SubReportのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出しマップと目次に表示されるSubReportに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
サブレポートのコンテナの左側からのSubReportの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
SubReportの一意の識別子を取得または設定します。 |
NoRowsMessage? |
string |
SubReportに使用できるデータの行がない場合に、サブレポートのレイアウトの代わりに描画するテキストを示す値または式 を取得または設定します。 |
Parameters? |
{ Omit? : string ; ParameterName? : string ; Value? : string }[] |
SubReportに評価されて渡されるパラメータを示す値を取得または設定します。 |
ReportName? |
string |
サブレポートに使用するレポート定義の場所、またはカスタムリソースロケーター によって解決されるIDのいずれかを示す値を取得または設定します。 |
Style? |
Object |
SubReportのスタイル情報を表します。 |
Style.Border? |
BorderStyle |
Subreportのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Subreportの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a NoRowsMessage The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Direction? |
string |
Gets or sets a value or an expression indicating whether text within a NoRowsMessage is written left-to-right or right-to-left. The value or the expression result should be one of the following. value "LTR" indicates that text is written left-to-right. value RTLは、文字列を左から右方向に記述します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a Checkbox The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a NoRowsMessage is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または式を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Subreportの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Subreportの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "General" indicates that a Subreport aligns numbers and dates to the right and everything else to the left value "Left" indicates that a Subreport aligns the text to the left value "Right" indicates that a Subreport aligns the text to the right value "Center" indicates that a Subreport centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a NoRowsMessage. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Subreportの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.VerticalAlign? |
string |
Gets or sets a value or an expression indicating the vertical alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "Top" indicates top-aligned text value "Middle" indicates vertically-centered text alignment value Bottomは、テキストの垂直方向の配置を下揃えに設定します。 |
Style.WritingMode? |
string |
Gets or sets a value or an expression indicating whether the textual content within a NoRowsMessage is laid out horizontally or vertically as well as the direction in which text moves. The value or the expression result should be one of the following. value "lr-tb" indicates that if the TextBox.Direction is "LTR", textual content flows horizontally from left to right. For RTL direction, content moves horizontally from right to left. The following horizontal line resides below the previous line. value tb-rlは、方向がLTRの場合、テキストは上から下に垂直方向に流れ、次の垂直線は前の行の左側にあることを示します。RTLの場合、テキストは下から上に垂直方向に流れ、次の垂直線は前の線の右側にあることを示します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がSubReportにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
サブレポートのコンテナの上部からのSubReportの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"subreport" |
「subreport」に設定する必要があります。 |
Visibility? |
Visibility |
SubReportが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
SubReportの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
SubReportの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3394
Ƭ Table: Object
レポート内のTable のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのTableのIDを示す値または式 を取得または設定します。 |
DataSetName? |
string |
Tableにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Details? |
TableDetails |
Tableの詳細行のコレクションを示す値を取得または設定します。 |
Filters? |
Filter [] |
Tableの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
FixedHeight? |
string |
Tableの固定の高さ を示す値を長さの単位 で取得または設定します。 |
FixedWidth? |
string |
Tableの固定の幅 を示す値を長さの単位 で取得または設定します。 |
Footer? |
TableFooter |
Tableのフッタ行のコレクションを示す値を取得または設定します。 see TableFooter |
Header? |
TableHeader |
Tableのヘッダ行のコレクションを示す値を取得または設定します。 see TableHeader |
Height? |
string |
Tableの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Tableのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるTableに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
テーブルのコンテナの左側からのTableの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
テーブルの一意の識別子を取得または設定します。 |
NewSection? |
boolean |
Tableにページ番号があることを示す値を取得または設定します。 |
NoRowsMessage? |
string |
Tableに使用できるデータ行がない場合に、リストレイアウトの代わりに描画するテキストを示す値または式 を取得または設定します。 |
OverflowName? |
string |
固定TableレイアウトのOverflowPlaceHolder の名前を示す値を取得または設定します |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Tableによって行われた改ページの場所を示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なTableフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
RepeatToFill? |
boolean |
固定テーブルレイアウトで未使用の空白を空のテーブル行で埋めるかどうかを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
繰り返されるテーブル行を並べ替えるための式のコレクションを示す値を取得または設定します。 see SortExpression |
Style? |
Object |
Tableのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Table The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
Tableの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
Tableのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Tableの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a NoRowsMessage The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Direction? |
string |
Gets or sets a value or an expression indicating whether text within a NoRowsMessage is written left-to-right or right-to-left. The value or the expression result should be one of the following. value "LTR" indicates that text is written left-to-right. value RTLは、文字列を左から右方向に記述します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a Checkbox The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a NoRowsMessage is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または式を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Tableの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a Table and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Tableの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "General" indicates that a Table aligns numbers and dates to the right and everything else to the left value "Left" indicates that a Table aligns the text to the left value "Right" indicates that a Table aligns the text to the right value "Center" indicates that a Table centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a NoRowsMessage. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Tableの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.VerticalAlign? |
string |
Gets or sets a value or an expression indicating the vertical alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "Top" indicates top-aligned text value "Middle" indicates vertically-centered text alignment value Bottomは、テキストの垂直方向の配置を下揃えに設定します。 |
Style.WritingMode? |
string |
Gets or sets a value or an expression indicating whether the textual content within a NoRowsMessage is laid out horizontally or vertically as well as the direction in which text moves. The value or the expression result should be one of the following. value "lr-tb" indicates that if the TextBox.Direction is "LTR", textual content flows horizontally from left to right. For RTL direction, content moves horizontally from right to left. The following horizontal line resides below the previous line. value tb-rlは、方向がLTRの場合、テキストは上から下に垂直方向に流れ、次の垂直線は前の行の左側にあることを示します。RTLの場合、テキストは下から上に垂直方向に流れ、次の垂直線は前の線の右側にあることを示します。 |
TableColumns? |
TableColumn [] |
Tableの列のコレクションを示す値を取得または設定します。 see TableColumn |
TableGroups? |
TableGroup [] |
テーブルのグループ式、グループヘッダ、およびグループフッタで構成されるテーブルグループのコレクションを示す値を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がTableにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
テーブルのコンテナの上部からのTableの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"table" |
「table」に設定する必要があります。 |
Visibility? |
Visibility |
Tableが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Tableの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Tableの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:1764
Ƭ TableCell: Object
Tableのセルの内容を表します。
see
Table
Name | Type | Description |
---|---|---|
ColSpan? |
number |
セルがまたがる列数を示す値を取得または設定します。 |
Item |
ReportItem |
Tableのセルに含まれるレポートアイテムを示す値を取得または設定します。 see ReportItem |
RowSpan? |
number |
セルがまたがる行数を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2255
Ƭ TableColumn: Object
Tableの列を表します。
see
Table
Name | Type | Description |
---|---|---|
AutoWidth? |
"None" | "Proportional" |
- |
Visibility? |
Visibility |
Table内で列が存在するかどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
列幅を示す値を長さの単位で取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2112
Ƭ TableDetails: Object
Tableの詳細行を表します。
see
Table
Name | Type | Description |
---|---|---|
Group? |
Grouping |
Table内の詳細データをグループ化するための式を示す値を取得または設定します。 see Grouping |
SortExpressions? |
SortExpression [] |
Table内の詳細データを並べ替えるための式のコレクションを示す値を取得または設定します。 see SortExpression |
TableRows? |
TableRow [] |
Tableの詳細行のコレクションを示す値を取得または設定します。 see TableRow |
Visibility? |
Visibility |
Table内の詳細行の存在を示す値を取得または設定します。 see Visibility |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2190
Ƭ TableFooter: Object
Tableのフッタ行を表します。
see
Table
Name | Type | Description |
---|---|---|
PrintAtBottom? |
boolean |
テーブルフッタが常にページの下部に印刷されるかどうかを示す値を取得または設定します。 |
RepeatOnNewPage? |
boolean |
フッタの親テーブルが描画されるすべてのページで、描画されたヘッダ行が繰り返されるかどうかを示す値を取得または設定します。 |
TableRows? |
TableRow [] |
Tableのフッタ行のコレクションを示す値を取得または設定します。 see TableRow |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2171
Ƭ TableGroup: Object
Tableのグループを表します。
see
Table
Name | Type | Description |
---|---|---|
Footer? |
TableFooter |
TableGroupのフッタを示す値を取得または設定します。 see TableFooter |
Group? |
Grouping |
TableGroup内のデータをグループ化するための式を示す値を取得または設定します。 see Grouping |
Header? |
TableHeader |
TableGroupのヘッダを示す値を取得または設定します。 see TableHeader |
KeepTogether? |
boolean |
可能であれば、TableGroupのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なTableGroupフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
TableGroup内のデータを処理するための式のコレクションを示す値を取得または設定します。 see SortExpression |
Visibility? |
Visibility |
TableGroupの存在を示す値を取得または設定します。 see Visibility |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2216
Ƭ TableHeader: Object
Tableのヘッダ行を表します。
see
Table
Name | Type | Description |
---|---|---|
RepeatOnNewPage? |
boolean |
ヘッダの親テーブルが描画されるすべてのページで、描画されたヘッダ行が繰り返されるかどうかを示す値を取得または設定します。 |
TableRows? |
TableRow [] |
Tableのヘッダ行のコレクションを示す値を取得または設定します。 see TableRow |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2132
Ƭ TableOfContents: Object
レポート内のTableOfContents のプロパティを表します。
Name | Type | Description |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションの目次のIDを示す値または式 を取得または設定します インタラクティブアクションをブックマークします。 |
Height? |
string |
目次の高さを示す値を長さの単位で取得または設定します。 |
Left? |
string |
コンテナの左側から目次までの距離を示す値を長さの単位で取得または設定します。 |
Levels? |
TableOfContentsLevel [] |
目次の階層内のレベルのコレクションを示す値を取得または設定します。 |
Name |
string |
目次の一意の識別子を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
目次によって行われた改ページの場所を示す値を取得または設定します。 |
Style? |
Object |
目次のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Table of Contents The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Border? |
BorderStyle |
TableOfContentsのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
TableOfContentsの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LeftBorder? |
BorderStyle |
TableOfContentsの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.MaxLevel? |
string |
見出しマップの最大レベル数を示す値または式を取得または設定します。 |
Style.RightBorder? |
BorderStyle |
TableOfContentsの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TopBorder? |
BorderStyle |
TableOfContentsの上罫線のプロパティを取得または設定します。 see BorderStyle |
ToolTip? |
string |
プレビュー時にレポート閲覧者が目次にカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
コンテナの上部から目次までの距離を示す値を長さの単位で取得または設定します。 |
Type |
"tableofcontents" |
「tableofcontents」に設定する必要があります。 |
Visibility? |
Visibility |
目次を非表示にするかどうかを示す値を取得または設定します see Visibility |
Width? |
string |
目次の幅を示す値を長さの単位で取得または設定します。 |
ZIndex? |
number |
目次の積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3784
Ƭ TableOfContentsLevel: Object
目次の階層のレベルを表します。
see
TableOfContents
Name | Type | Description |
---|---|---|
DisplayFillCharacters? |
boolean |
レベルがテキストとページ番号の間のスペースを埋める必要があるかどうかを示す値を取得または設定します。 |
DisplayPageNumber? |
boolean |
レベルにページ番号を表示する必要があるかどうかを示す値を取得または設定します。 |
LevelName? |
string |
目次のレベルの一意の識別子を示す値を取得または設定します。 |
Style? |
Object |
目次のレベルのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a level in a Table of Contents. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a the text within a level in a Table of Contents. The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.FontFamily? |
string |
見出しレベルのテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for textwithin within a level in a Table of Contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text within a level in a Table of Contents. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a level in a Table of Contents. The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.LeadingChar? |
string |
テキストとページ番号の間のスペースを埋めるために使用する先頭の文字列を示す値を取得または設定します。 |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a Table of Contents and a level's text. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a Table of Contents and a level's text. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a Table of Contents and a level's text. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a Table of Contents and a level's text. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within a level in a Table of Contents. The value or the expression result should be one of the following. value "General" indicates that a Level aligns numbers and dates to the right and everything else to the left value "Left" indicates that a Level aligns the text to the left value "Right" indicates that a Level aligns the text to the right value "Center" indicates that a Level centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a level in a Table of Contents. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TextIndent? |
string |
見出しレベルのテキストのインデント量を示す値または式を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:3909
Ƭ TableRow: Object
テーブル内のセルの行を表します。
see
Table
Name | Type | Description |
---|---|---|
Height? |
string |
行の高さを示す値を長さの単位で取得または設定します。 |
TableCells? |
TableCell [] |
Tableの行の内容を示す値を取得または設定します。 see TableCell |
Visibility? |
Visibility |
Table内で行が存在するかどうかを示す値を取得または設定します。 see Visibility |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2151
Ƭ Tablix: Object
レポート内のTablix のプロパティを表します。
Name | Type | Description |
---|---|---|
Body? |
TablixBody |
Tablixの本体を示す値を取得または設定します。 see TablixBody |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのTablixのIDを示す値または式 を取得または設定します。 |
ColumnHierarchy? |
TablixHierarchy |
Tablixの列階層を示す値を取得または設定します。 see TablixHierarchy |
Corner? |
TablixCornerRow [] |
Tablixのコーナーを示す値を取得または設定します。 see TablixCornerRow |
DataSetName? |
string |
Tablixにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Filters? |
Filter [] |
Tablixの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 see Filter |
FixedHeight? |
string |
Tablixの固定の高さ を示す値を長さの単位 で取得または設定します。 |
FixedWidth? |
string |
Tablixの固定の幅 を示す値を長さの単位 で取得または設定します。 |
GroupsBeforeRowHeaders? |
number |
Tablix行ヘッダの前に描画する最初のTablixの列グループの動的メンバー列の数を示す値を取得または設定します。 |
Height? |
string |
Tablixの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Tablixのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるTablixに関連付けられたテキストを示す値または式 を取得または設定します。 |
LayoutDirection? |
"LTR" | "RTL" |
Tablix列のレイアウト方向を示す値を取得または設定します。 value "LTR" indicates that Tablix columns are rendered starting at the left and progressing to the right. value 「RTL」は、Tablixの列が右から左に向かって描画されることを示します。 |
Left? |
string |
Tablixのコンテナの左側からのTablixの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Tablixの一意の識別子を取得または設定します。 |
NewSection? |
boolean |
Tablixにページ番号があることを示す値を取得または設定します。 |
NoRowsMessage? |
string |
Tablixに使用できるデータ行がない場合に、Tablixレイアウトの代わりに描画するテキストを示す値または式 を取得または設定します。 |
OverflowName? |
string |
固定TablixレイアウトのOverflowPlaceHolder の名前を示す値を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Tablixによって行われた改ページの場所を示す値を取得または設定します。 |
RepeatColumnHeaders? |
boolean |
列が改ページを通過する各ページでTablixの列ヘッダが繰り返されるかどうかを示す値を取得または設定します。 |
RepeatRowHeaders? |
boolean |
行が改ページを通過する各ページでTablixの行ヘッダが繰り返されるかどうかを示す値を取得または設定します。 |
RowHierarchy? |
TablixHierarchy |
Tablixの行階層を示す値を取得または設定します。 see TablixHierarchy |
SortExpressions? |
SortExpression [] |
データを順序付けるため、Tablixのフィルタ処理されたデータに適用される式のコレクションを示す値を取得または設定します。 see SortExpression |
Style? |
Object |
Tablixのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Tablix The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
Tablixの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
Tablixのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
Tablixの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a NoRowsMessage The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Direction? |
string |
Gets or sets a value or an expression indicating whether text within a NoRowsMessage is written left-to-right or right-to-left. The value or the expression result should be one of the following. value "LTR" indicates that text is written left-to-right. value RTLは、文字列を左から右方向に記述します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a NoRowsMessage. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a Checkbox The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a NoRowsMessage is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または式を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Tablixの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a List and a NoRowsMessage. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
Tablixの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "General" indicates that a Tablix aligns numbers and dates to the right and everything else to the left value "Left" indicates that a Tablix aligns the text to the left value "Right" indicates that a Tablix aligns the text to the right value "Center" indicates that a Tablix centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a NoRowsMessage. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Tablixの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.VerticalAlign? |
string |
Gets or sets a value or an expression indicating the vertical alignment for the text within NoRowsMessage. The value or the expression result should be one of the following. value "Top" indicates top-aligned text value "Middle" indicates vertically-centered text alignment value Bottomは、テキストの垂直方向の配置を下揃えに設定します。 |
Style.WritingMode? |
string |
Gets or sets a value or an expression indicating whether the textual content within a NoRowsMessage is laid out horizontally or vertically as well as the direction in which text moves. The value or the expression result should be one of the following. value "lr-tb" indicates that if the TextBox.Direction is "LTR", textual content flows horizontally from left to right. For RTL direction, content moves horizontally from right to left. The following horizontal line resides below the previous line. value tb-rlは、方向がLTRの場合、テキストは上から下に垂直方向に流れ、次の垂直線は前の行の左側にあることを示します。RTLの場合、テキストは下から上に垂直方向に流れ、次の垂直線は前の線の右側にあることを示します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がTablixにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
Tablixのコンテナの上部からのTablixの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"tablix" |
「tablix」に設定する必要があります。 |
Visibility? |
Visibility |
Tablixが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Tablixの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Tablixの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2277
Ƭ TablixBody: Object
Tablixの行と列を表します。
Name | Type | Description |
---|---|---|
Columns? |
string [] |
Gets or sets a value indicating the widths of the columns of the body of a Tablix. The widths should be specified in Length units |
Rows? |
TablixBodyRow [] |
Tablixの本体の行を示す値を取得または設定します。 see TablixBodyRow |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2615
Ƭ TablixBodyCell: Object
TablixBodyのセルの内容を表します。
see
TablixBody
Name | Type | Description |
---|---|---|
ColSpan? |
number |
セルがまたがる列数を示す値を取得または設定します。 |
Item? |
ReportItem |
TablixBodyのセルに含まれるレポートアイテムを示す値を取得または設定します。 see ReportItem |
RowSpan? |
number |
セルがまたがる行数を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2646
Ƭ TablixBodyRow: Object
Tablix本体を形成するセルのコレクションを表します。
see
TablixBody
Name | Type | Description |
---|---|---|
Cells? |
TablixBodyCell [] |
Tablixの本体にある行のセルのコレクションを示す値を取得または設定します。 see TablixBodyCell |
Height? |
string |
Tablix内で行の高さを示す値を長さの単位で取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2631
Ƭ TablixCornerCell: Object
Tablixのコーナー領域のセルの内容を表します。
see
TablixCornerRow
Name | Type | Description |
---|---|---|
ColSpan? |
number |
セルがまたがる列数を示す値を取得または設定します。 |
Item? |
ReportItem |
Tablixのコーナー領域のセルに含まれるレポートアイテムを示す値を取得または設定します。 see ReportItem |
RowSpan? |
number |
セルがまたがる行数を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2673
Ƭ TablixCornerRow: TablixCornerCell
[]
Tablixのコーナー領域の行を表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2668
Ƭ TablixGrouping: Object
Tablixで結果のデータ分類のデータとプロパティを分類するための式を表します。
Name | Type | Description |
---|---|---|
DocumentMapLabel? |
string |
見出マップと目次に表示されるTablixグループインスタンスに関連付けられたテキストを示す値または式 を取得または設定します。 |
Filters? |
Filter [] |
Tablixグループのフィルタのコレクションを示す値を取得または設定します。 see Filter |
GroupExpressions? |
string [] |
Tablixグループの式 のコレクションを示す値を取得または設定します。 |
Name? |
string |
Tablixグループの一意の識別子を示す値を取得または設定します。 |
NewSection? |
boolean |
Tablixメンバーにページ番号があることを示す値を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Tablixグループによって行われた改ページの場所を示す値を取得または設定します。 |
PageBreakDisabled? |
string |
Gets or sets a value or an expression indicating whether the generated page break should be disabled. The value or the expression result should be either "true" or "false" |
ParentGroup? |
string |
親グループのIDを示す値を取得または設定します。 |
PrintFooterAtBottom? |
boolean |
グループフッタが常にページの下部に印刷されるかどうかを示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2769
Ƭ TablixHeader: Object
Tablixの列グループまたは行グループの領域のコンテンツを表します。
Name | Type | Description |
---|---|---|
Item? |
ReportItem |
Tablixのヘッダ領域に含まれるレポートアイテムを示す値を取得または設定します。 see ReportItem |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2755
Ƭ TablixHierarchy: Object
TablixのTablix階層のメンバーを表します。
see
TablixMember
Name | Type | Description |
---|---|---|
Members? |
TablixMember [] |
Tablix階層のメンバーを示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2692
Ƭ TablixMember: { BodyCount?
: number
; BodyIndex?
: number
; Group?
: TablixGrouping
; Header?
: TablixHeader
; KeepTogether?
: boolean
; KeepWithGroup?
: "None"
| "Before"
| "After"
; RepeatOnNewPage?
: boolean
; SortExpressions?
: SortExpression
[] ; Visibility?
: Visibility
} & { Children?
: TablixMember
[] }
Tablix階層内の項目の構造を表します。
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:2705
Ƭ Textbox: Object
レポート内のTextbox のプロパティを表します。
Name | Type | Description |
---|---|---|
Action? |
Action |
Textboxに関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 see Action |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのTextboxのIDを示す値または式 を取得または設定します。 |
CanGrow? |
boolean |
Textboxの高さがその内容に一致するように増加できるかどうかを示す値を取得または設定します。 |
CanShrink? |
boolean |
Textboxの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
Height? |
string |
Textboxの高さを示す値を長さの単位 で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Textboxのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるTextboxに関連付けられたテキストを示す値または式 を取得または設定します。 |
Left? |
string |
テキストボックスのコンテナの左側からのTextboxの距離を示す値を長さの単位 で取得または設定します。 |
Name |
string |
Textboxの一意の識別子を取得または設定します。 |
Style? |
Object |
Textboxのスタイル情報を表します。 |
Style.Angle? |
string |
Gets or sets a value or an expression indicating text rotation in degrees relative to the text baseline. The value or the expression result should be a number. |
Style.BackgroundColor? |
string |
Gets ot sets a value or an expression indicating the color of the background of a Textbox The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.BackgroundImage? |
BackgroundImage |
Textboxの背景画像のプロパティを取得または設定します。 see BackgroundImage |
Style.Border? |
BorderStyle |
テキストボックスのデフォルトの罫線のプロパティを取得または設定します。 see BorderStyle |
Style.BottomBorder? |
BorderStyle |
ページレポートの下罫線のプロパティを取得または設定します。 see BorderStyle |
Style.CharacterSpacing? |
string |
Gets or sets a value or an expression indicating the space between characters of text for a textbox. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。 |
Style.Color? |
string |
Gets or sets a value or an expression indicating the foreground color of a textbox The value or the expression result should be a cross-browser color name or to a hexadecimal color code, such as #face0d . |
Style.Direction? |
string |
Gets or sets a value or an expression indicating whether text within a textbox is written left-to-right or right-to-left. The value or the expression result should be one of the following. value "LTR" indicates that text is written left-to-right. value RTLは、文字列を左から右方向に記述します。 |
Style.FontFamily? |
string |
TextBox内のテキストのフォント名を示す値または式を取得または設定します。 |
Style.FontSize? |
string |
Gets or sets a value or an expression indicating the font size for text in a textbox. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.FontStyle? |
string |
Gets or sets a value or an expression indicating the font style for text in a textbox. The value or the expression result should be one of the following. value "Normal" indicates that the font is not italicized. value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
Gets or sets a value or an expression indicating the thickness of font for text within a textbox The value or the expression result should be one of the following. value "Thin" indicates a font thickness that matches CSS font weight 100 value "ExtraLight" indicates a font thickness that matches CSS font weight 200 value "Light" indicates a font thickness that matches CSS font weight 300 value "Normal" indicates a font thickness that matches CSS font weight 400 value "Medium" indicates a font thickness that matches CSS font weight 500 value "SemiBold" indicates a font thickness that matches CSS font weight 600 value "Bold" indicates a font thickness that matches CSS font weight 700 value "ExtraBold" indicates a font thickness that matches CSS font weight 800 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
Gets or sets a value or an expression indicating a formatting code that is used when the numeric value in a Textbox is formatted. Supported formats are - Standard Numeric Format Strings - Custom Numeric Format Strings - Standard Date and Time Format Strings - Custom Date and Time Format Strings |
Style.HeadingLevel? |
string |
Gets or sets a value or an expression indicating the position of a textbox content in the Table of Contents hierarchy. The value or the expression result should be a number. |
Style.Language? |
string |
TextBox内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または式を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
ページレポートの左罫線のプロパティを取得または設定します。 see BorderStyle |
Style.LineSpacing? |
string |
Gets or sets a value or an expression determining the height of a line of text for a textbox. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.MinCondenseRate? |
string |
see {@link TextBox.ShrinkToFit} Gets or sets a value or an expression indicating the lower bound for the ratio of the decreased font size to the original one. The value or the expression result should be a percentage value, such as "50%" |
Style.PaddingBottom? |
string |
Gets or sets a value or an expression indicating the padding between the bottom edge of a textbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingLeft? |
string |
Gets or sets a value or an expression indicating the padding between the left edge of a textbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingRight? |
string |
Gets or sets a value or an expression indicating the padding between the right edge of a textbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.PaddingTop? |
string |
Gets or sets a value or an expression indicating the padding between the top edge of a textbox and its contents. The value or the expression result 罫線の幅は長さの単位 で指定する必要があります。. |
Style.RightBorder? |
BorderStyle |
ページレポートの右罫線のプロパティを取得または設定します。 see BorderStyle |
Style.ShrinkToFit? |
string |
レポートコントロールに収まるまでテキストボックスのコンテンツのサイズを縮小するかどうかを示す値または式を取得または設定します。 |
Style.TextAlign? |
string |
Gets or sets a value or an expression indicating the horizontal alignment for the text within a textbox. The value or the expression result should be one of the following. value "General" indicates that a textbox aligns numbers and dates to the right and everything else to the left value "Left" indicates that a textbox aligns the text to the left value "Right" indicates that a textbox aligns the text to the right value "Center" indicates that a textbox centers the text value Justifyは、各行が同じ幅になるように複数行のテキストを拡大します。 |
Style.TextDecoration? |
string |
Gets or sets a value or an expression indicating text formatting for text in a TextBox. The value or the expression result should be one of the following. value "None" indicates that there is no text formatting value "Underline" indicates that the text is underlined value "Overline" indicates that the text has an overline value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TextJustify? |
"Auto" | "Distribute" | "DistributeAllLines" |
[水平方向の整列]がJustifyに設定されるときにテキストボックス内のテキストの配置を示す値を取得または設定します。 see {@link Textbox.TextAlign} value "Auto" indicates that a textbox changes the space between words, except for the last line value "Distribute" is the same as "Auto" value DistributeAllLinesは、すべての行の単語間のスペースを変更します。 |
Style.TopBorder? |
BorderStyle |
ページレポートの上罫線のプロパティを取得または設定します。 see BorderStyle |
Style.VerticalAlign? |
string |
Gets or sets a value or an expression indicating the vertical alignment for the text within a textbox. The value or the expression result should be one of the following. value "Top" indicates top-aligned text value "Middle" indicates vertically-centered text alignment value Bottomは、テキストの垂直方向の配置を下揃えに設定します。 |
Style.WrapMode? |
string |
Gets or sets a value or an expression indicating how words should break when reaching the end of a line for a textbox. The value or the expression result should be one of the following. value "NoWrap" indicates that line breaks do not occur value "CharWrap" indicates that line breaks occur at any character value WordWrapは、単語単位で改行します。 |
Style.WritingMode? |
string |
Gets or sets a value or an expression indicating whether the textual content within a textbox is laid out horizontally or vertically as well as the direction in which text moves. The value or the expression result should be one of the following. value "lr-tb" indicates that if the TextBox.Direction is "LTR", textual content flows horizontally from left to right. For RTL direction, content moves horizontally from right to left. The following horizontal line resides below the previous line. value tb-rlは、方向がLTRの場合、テキストは上から下に垂直方向に流れ、次の垂直線は前の行の左側にあることを示します。RTLの場合、テキストは下から上に垂直方向に流れ、次の垂直線は前の線の右側にあることを示します。 |
ToggleImage? |
Object |
Textboxの一部として表示されている場合のトグル画像の初期状態(+/-)を表します。 |
ToggleImage.InitialState |
string |
Gets or sets a value or an expression initial state of a toggle image. If the value or expression result is true, then the toggle image is interpreted as expanded and displays a minus sign. If the value or expression result is false, then the toggle image is interpreted as collapsed and displays a plus sign. |
ToolTip? |
string |
プレビュー時にレポート閲覧者がTextboxにカーソルを合わせたときに表示されるテキストを示す値または式 を取得または設定します。 |
Top? |
string |
テキストボックスのコンテナの上部からのTextboxの距離を示す値を長さの単位 で取得または設定します。 |
Type |
"textbox" |
「textbox」に設定する必要があります。 |
UserSort? |
UserSort |
UI内のテキストボックスの一部として表示されるエンドユーザーの並べ替え構成を取得または設定します。 see UserSort |
Value? |
string |
Textboxに表示される値または式 を取得または設定します。 |
Visibility? |
Visibility |
Textboxが非表示かどうかを示す値を取得または設定します。 see Visibility |
Width? |
string |
Textboxの幅を示す値を長さの単位 で取得または設定します。 |
ZIndex? |
number |
Textboxの積み重ね順を示す値を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:929
Ƭ UserSort: Object
レポートの描画でテキストボックスの一部として表示されるエンドユーザーの並べ替えのコントロールに関する情報を表します。
Name | Type | Description |
---|---|---|
SortExpression |
string |
並べ替える式 を取得または設定します。 |
SortExpressionScope? |
string |
並べ替えの式を評価するスコープ(データ領域またはグループ)の名前を取得または設定します。 |
SortTarget? |
string |
並べ替えを適用するデータ領域、グループ、またはデータセットの名前を取得または設定します。 see Grouping see DataSet |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:839
Ƭ ValidValues: Object
レポートパラメータに入力できる値、およびユーザーがパラメータ値を選択できる用にUIの選択リストを入力可能な値を表します。
see
{@link ReportParameter.ValidValues}
Name | Type | Description |
---|---|---|
DataSetReference? |
DataSetReference |
データセットからフィールドを取得または設定して、値のリストを取得します。また、オプションで、値の検証で使用し、レポートパラメーターのUIにデータを入力するためのラベルを取得します。 see {@link @DataSetReference} |
ParameterValues? |
ParameterValue [] |
値のリストと、オプションで、値の検証で使用し、レポートパラメータのUIに入力するためのラベルを取得または設定します。 see ParameterValue |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:475
Ƭ Visibility: Object
レポートアイテムがレンダリングされたレポートに表示されるかどうかを決定するためのプロパティを表します。
Name | Type | Description |
---|---|---|
Hidden? |
string |
レポートアイテムが最初に非表示になっているかどうかを示す式 を取得または設定します。 |
ToggleItem? |
string |
含まれているレポートアイテムを非表示または再表示するために使用されるテキストボックスの名前を取得または設定します。 |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-rdl.d.ts:784