[]
Core.Rdl
Ƭ Action: Object
レポートアイテムに関連付けられているハイパーリンク、ブックマークリンク、またはドリルスルーアクションを表します。詳細については、[対話的なレポート](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Interactivity/index) を参考してください。
名前 | 型 | 説明 |
---|---|---|
ApplyParameters? |
{ Parameters? : ApplyParameterStep [] } |
[Apply parameters]アクションに関する情報。 |
ApplyParameters.Parameters? |
ApplyParameterStep [] |
このアクション内で適用されるパラメータコレクション。 |
BookmarkLink? |
string |
このアクションに含まれるレポートアイテムがクリックされたときに移動するレポートにあるブックマークIDを取得または設定します |
Drillthrough? |
{ Parameters? : { ParameterName : string ; Value? : string }[] ; ReportName? : string } |
このアクションに含まれるレポートアイテムをクリックされたときに実行して表示されるドリルスルーレポートを示します。 |
Drillthrough.Parameters? |
{ ParameterName : string ; Value? : string }[] |
ドリルスルーレポートに渡されるパラメータを示します。 |
Drillthrough.ReportName? |
string |
ドリルスルーレポートとして使用するレポートのIDを取得または設定します。レポートテンプレートファイルへのパス、または[カスタムリソースロケーター](https://demo.grapecity.com/activereportsjs/docs/DeveloperGuide/ActiveReportsJSViewer/LoadingReports/ResourceLocator)によって解決されるIDを設定できます。 |
Hyperlink? |
string |
このアクションに含まれるレポートアイテムをクリックされたときに表示されるハイパーリンクを取得または設定します。 |
Ƭ ApplyParameterStep: Object
名前 | 型 | 説明 |
---|---|---|
Name |
string |
値を設定するパラメータの名前。 |
Type? |
"Set" | "Reset" | "Toggle" |
パラメータを更新する方法。 |
Value? |
string |
「Set」および「Toggle」のパラメータ値。 |
Ƭ BackgroundImage: Object
レポートアイテムの背景画像を表します。
名前 | 型 | 説明 |
---|---|---|
BackgroundRepeat? |
string |
背景画像がコンテナ内の使用可能な空白をどのように埋めるかを示す値を取得または設定します。 value 「Repeat」は、画像が水平方向と垂直方向の両方で繰り返されてスペースを埋めることを指定します。 value 「RepeatX」は、画像が水平方向に繰り返されてスペースを埋めることを指定します。 value 「RepeatY」は、画像が垂直方向に繰り返されてスペースを埋めることを指定します。 value 「NoRepeat」は、画像がスペースを埋めるために繰り返されないことを指定します。 |
MIMEType? |
string |
背景画像の画像形式を取得または設定します。サポートされている値は、「image/jpeg」、「image/gif」、「image/png」、および「image/svg+xml」です。 |
Source? |
"External" | "Embedded" | "Database" |
背景画像に関連付けられているソースの種類を取得または設定します。 value 「External」は、Valueプロパティが画像の位置を指定することを示します。 value 「Embedded」は、Valueプロパティがレポート内の埋め込み画像名を指定することを示します。 value 「Database」は、Valueプロパティが、画像のバイナリデータを評価する式(データベースのフィールドなど)を指定することを示します。 |
Value? |
string |
BackgroundImage.Sourceの値に応じて、背景画像の場所または実際のデータを取得または設定します。 |
Ƭ BandedList: Object
レポート内の[BandedList](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/BandedList/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのBandedListのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ConsumeWhiteSpace? |
boolean |
コンテンツが大きくなったときにBandedList内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
DataSetName? |
string |
BandedListにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Details? |
{ Action? : Action ; CanGrow? : boolean ; CanShrink? : boolean ; Height? : string ; KeepTogether? : boolean ; Name? : string ; NewPage? : "Next" | "Odd" | "Even" ; PageBreak? : "None" | "Start" | "End" | "StartAndEnd" | "Between" ; ReportItems? : ReportItem [] ; Visibility? : Visibility } |
BandedList内の詳細バンドのコレクションを示す値を取得または設定します。 |
Details.Action? |
Action |
詳細(Details)に関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
Details.CanGrow? |
boolean |
Detailsバンドの内容に合わせて、Detailsバンドの高さを拡大するかどうかを示す値を取得または設定します。 |
Details.CanShrink? |
boolean |
Detailsバンドの内容に合わせて、Detailsバンドの高さを縮小するかどうかを示す値を取得または設定します。 |
Details.Height? |
string |
Detailsバンドの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Details.KeepTogether? |
boolean |
Detailsバンドの内容を1ページ内に収めて印刷するかどうかを示す値を取得または設定します。 |
Details.Name? |
string |
Detailsバンドの名前を取得または設定します。 |
Details.NewPage? |
"Next" | "Odd" | "Even" |
- |
Details.PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Detailsバンドによって生成された改ページの位置を示す値を取得または設定します。 |
Details.ReportItems? |
ReportItem [] |
BandedListのDetailsバンド内に含まれるレポートコントロールのコレクションを示す値を取得または設定します。 |
Details.Visibility? |
Visibility |
Detailsバンドが非表示になっているかどうかを示す値を取得または設定します。 |
Filters? |
Filter [] |
BandedListの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 |
FixedHeight? |
string |
BandedListの[固定高さ](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA)を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
FixedWidth? |
string |
BandedListの[固定幅](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA)を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Footer? |
BandedListFooter |
BandedList内のフッタバンドのコレクションを示す値を取得または設定します。 |
Groups? |
BandedListGroup [] |
BandedListのグループ式、グループヘッダ、およびグループフッタで構成されるバンドリストグループのコレクションを示す値を取得または設定します。 |
Header? |
BandedListHeader |
BandedList内のヘッダバンドのコレクションを示す値を取得または設定します。 |
Height? |
string |
BandedListの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、BandedListのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるBandedListに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
BandedListのコンテナの左側からのBandedListの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
BandedListの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NewSection? |
boolean |
BandedListにページ番号があることを示す値を取得または設定します。 |
OverflowName? |
string |
固定BandedListレイアウトの[OverflowPlaceHolder](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Controls/Overflow-Placeholder) の名前を示す値を取得または設定します |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
BandedListによって行われた改ページの場所を示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なBandedListフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedHeader? |
boolean |
孤独なBandedListヘッダを防止する必要があるかどうかを示す値を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がBandedListにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
BandedListのコンテナの上部からのBandedListの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"bandedlist" |
「bandedlist」に設定する必要があります。 |
Visibility? |
Visibility |
BandedListが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
BandedListの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
BandedListの積み重ね順を示す値を取得または設定します。 |
Ƭ BandedListFooter: Object
BandedListのフッタバンドのプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
フッタ(Footer)に関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
CanGrow? |
boolean |
フッタバンドの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
CanShrink? |
boolean |
フッタバンドの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
Height? |
string |
BandedListのフッタバンドの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、フッタバンドのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Name? |
string |
フッタバンドの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
ヘッダバンドによって行われた改ページの場所を示す値を取得または設定します。 |
PrintAtBottom? |
boolean |
BandedListのフッタが常にページの下部に印刷されるかどうかを示す値を取得または設定します。 |
RepeatOnNewPage? |
boolean |
フッタの親BandedListが描画されるすべてのページで、描画されたフッタバンドが繰り返されるかどうかを示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
BandedListのフッタバンド内に含まれるレポートアイテムのコレクションを示す値を取得または設定します。 |
Visibility? |
Visibility |
フッタバンドを非表示にするかどうかを示す値を取得または設定します。 |
Ƭ BandedListGroup: Object
BandedListグループを表します。
名前 | 型 | 説明 |
---|---|---|
Footer? |
BandedListFooter |
BandedListグループフッタ内のバンドのコレクションを示す値を取得または設定します。 |
Group? |
Grouping |
BandedListGroup内のデータをグループ化するための式を示す値を取得または設定します。 |
Header? |
BandedListHeader |
BandedListグループヘッダ内のバンドのコレクションを示す値を取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、BandedListグループのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なBandedListグループフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedHeader? |
boolean |
孤独なBandedListグループヘッダを防止する必要があるかどうかを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
BandedListGroup内のデータを並べ替えるための式のコレクションを示す値を取得または設定します。 |
Visibility? |
Visibility |
BandedListグループの存在を示す値を取得または設定します。 |
Ƭ BandedListHeader: Object
BandedListのヘッダバンドのプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
ヘッダに関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
CanGrow? |
boolean |
ヘッダバンドの高さがその内容に一致するように増加できるかどうかを示す値を取得または設定します。 |
CanShrink? |
boolean |
ヘッダバンドの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
Height? |
string |
BandedListのヘッダバンドの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、ヘッダバンドのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Name? |
string |
ヘッダバンドの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
ヘッダバンドによって行われた改ページの場所を示す値を取得または設定します。 |
RepeatOnNewPage? |
boolean |
ヘッダの親BandedListが描画されるすべてのページで、描画されたヘッダバンドが繰り返されるかどうかを示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
BandedListのヘッダバンド内に含まれるレポートアイテムのコレクションを示す値を取得または設定します。 |
Visibility? |
Visibility |
ヘッダバンドを非表示にするかどうかを示す値を取得または設定します。 |
Ƭ Barcode: Object
レポート内の[Barcode](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Visualizers/Barcode/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
AztecOptions? |
BarcodeAztecOptions |
- |
BarHeight? |
string |
バーコードのバーの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのBarcodeのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
CaptionGrouping? |
boolean |
長い数字を読みやすくするため、キャプション内の文字グループ間に空白を追加するかどうかを示す値を取得または設定します。 |
CaptionLocation? |
"None" | "Above" | "Below" |
バーコードのキャプションの垂直方向の配置を示す値を取得または設定します。 |
CheckSum? |
boolean |
バーコードにチェックサムが必要かどうかを示す値を取得または設定します。 |
Code49Options? |
BarcodeCode49Options |
Code49バーコードのオプションを示す値を取得または設定します。 |
DataMatrixOptions? |
BarcodeDataMatrixOptions |
DataMatrixバーコードのオプションを示す値を取得または設定します。 |
Gs1CompositeOptions? |
BarcodeGs1CompositeOptions |
GC1QRCodeバーコードのオプションを示す値を取得または設定します。 |
Height? |
string |
Barcodeの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
InvalidBarcodeText? |
string |
バーコードの値が無効な場合に表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるBarcodeに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
バーコードのコンテナの左側からのBarcodeの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
NWRation? |
number |
2つの幅のみのバーを含んだシンボルの狭いバーと広いバーの比率の倍数を示す値を取得または設定します。 |
Name |
string |
Listの一意の識別子を取得または設定します。 |
NarrowBarWidth? |
string |
バーコードの最も狭い部分の幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Pdf417Options? |
BarcodePdf417Options |
Pdf417バーコードのオプションを示す値を取得または設定します。 |
QrCodeOptions? |
BarcodeQrCodeOptions |
QRCodeバーコードのオプションを示す値を取得または設定します。 |
QuietZone? |
{ Bottom? : string ; Left? : string ; Right? : string ; Top? : string } |
シンボルが開始および終了する場所をスキャナーに通知する、バーコードの両側の空白領域を示す値を取得または設定します。 |
QuietZone.Bottom? |
string |
- |
QuietZone.Left? |
string |
- |
QuietZone.Right? |
string |
- |
QuietZone.Top? |
string |
- |
Rotation? |
string |
バーコードに使用する回転量を取得または設定します。サポートされている値は、次のとおりです。 value 「Rotate90Degress」 value 「Rotate180Degress」 value 「Rotate270Degress」 |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextAlign? : string ; TextDecoration? : string ; TopBorder? : BorderStyle } |
Barcodeのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Barcodeコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Border? |
BorderStyle |
Barcodeのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Barcodeの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
バーコードのキャプションの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.FontFamily? |
string |
バーコードのキャプションのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
バーコードのキャプションのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
バーコードのキャプションのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
バーコードのキャプションのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
バーコードのキャプション内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.LeftBorder? |
BorderStyle |
Barcodeの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Barcodeの下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Barcodeの左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Barcodeの右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Barcodeの上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Barcodeの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
バーコードのキャプションの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、バーコードが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、バーコードがテキストを左に配置することを示します。 value 「Right」は、バーコードがテキストを右に配置することを示します。 value 「Center」は、バーコードがテキストを中央に配置することを示します。 value 「Justify」は、バーコードが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
バーコードのキャプション内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Barcodeの上罫線のプロパティを取得または設定します。 |
Symbology? |
"None" | "Ansi39" | "Ansi39x" | "Aztec" | "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" | "GS1DataMatrix" | "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" |
バーコードの種類を示す値を取得または設定します。サポートされている値は、次のとおりです。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 "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にカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
バーコードのコンテナの上部からのBarcodeの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"barcode" |
「barcode」に設定する必要があります。 |
Value? |
string |
Barcodeに表示される値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Visibility? |
Visibility |
Barcodeが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Barcodeの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Barcodeの積み重ね順を示す値を取得または設定します。 |
Ƭ BarcodeAztecOptions: Object
名前 | 型 | 説明 |
---|---|---|
Encoding? |
string |
- |
ErrorCorrection? |
number |
バーコードのチェックディジットのパーセンテージを表します。通常は5%から9%の間であり、デフォルトは33%です。 |
Layers? |
number |
バーコードのレイヤー数を指定します。より多くのレイヤーを使用すると、より多くのデータをエンコードできます。レイヤー数が1から32まで可能です。0は自動を表します。-1から-4の値は、レイヤー1~4が圧縮モードであることを表します。 |
Ƭ BarcodeCode49Options: Object
Code49 バーコードのオプションを表します。
名前 | 型 | 説明 |
---|---|---|
GroupNumber? |
number |
Code49バーコードのグループ化を示す値(0〜8)を取得または設定します。 |
Grouping? |
boolean |
Code49バーコードにグループ化を使用するかどうかを示す値を取得または設定します。 |
Ƭ BarcodeDataMatrixOptions: Object
DataMatrix バーコードのオプションを表します。
名前 | 型 |
---|---|
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 |
Ƭ BarcodePdf417Options: Object
PDF417 バーコードのオプションを表します。
名前 | 型 |
---|---|
Columns? |
number |
ErrorCorrectionLevel? |
"Level0" | "Level1" | "Level2" | "Level3" | "Level4" | "Level5" | "Level6" | "Level7" | "Level8" |
Pdf417Type? |
"Normal" | "Simple" |
Rows? |
number |
Ƭ BarcodeQrCodeOptions: Object
QRCodeBarcodeのオプションを表します。
名前 | 型 |
---|---|
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 |
Ƭ Body: Object
レポートの本文の構造とレイアウト情報を表します。
名前 | 型 | 説明 |
---|---|---|
Height? |
string |
レポートの本文の高さを[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ReportItems? |
ReportItem [] |
レポートの本文に含まれるレポートアイテムのコレクションを取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
レポートの本文の外観情報を表します。 |
Style.BackgroundColor? |
string |
レポートの本文の背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
レポートの本文の背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
レポートの本文のデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
レポートの本文の下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
レポートの本文の左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
レポートの本文の右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
レポートの本文の上罫線のプロパティを取得または設定します。 |
Ƭ BorderStyle: Object
レポートアイテムの罫線の外観プロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Color? |
string |
罫線の色に評価される[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 value 値は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または #face0d などの16進色コードである必要があります。 |
Style? |
string |
罫線のスタイルに評価される[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 value 「None」は、罫線が描画されていないことを示します。 value 「Dotted」は罫線の点線を示します。 value 「Dashed」は、罫線の破線を示します。 value 「Solid」は、罫線の実線を示します。 value 「Double」は、境界線の二重実線を示します。 value 「Groove」は、3D溝の罫線を示します。 効果は罫線の色の値によって異なります。 value 「Ridge」は、3D畝状罫線を示します。効果は罫線の色の値によって異なります。 value 「Inset」は、3Dのインセットの罫線を示します。効果は罫線の色の値によって異なります。 value 「Outset」は、3Dのアウトセットの罫線を示します。 効果は罫線の色の値によって異なります。 |
Width? |
string |
罫線の幅に評価される[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 value は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) である必要があります。 |
Ƭ Bullet: Object
レポート内の[Bullet](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/BulletChart/index) のプロパティを表します。
Ƭ Checkbox: Object
レポート内の[Checkbox](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Visualizers/CheckBox/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのチェックボックスのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
CheckAlignment? |
"MiddleLeft" | "TopLeft" | "TopCenter" | "TopRight" | "MiddleCenter" | "MiddleRight" | "BottomLeft" | "BottomCenter" | "BottomRight" |
バインドされているレポートアイテムに対するチェックされているボックスの位置またはチェックされていないボックスの位置を示す値を取得または設定します。 |
Checked? |
string |
テキストとともに表示されるボックスがチェックされているかチェックされていないかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Height? |
string |
チェックボックスの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるチェックボックスに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
チェックボックスのコンテナの左側からCheckboxまでの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Checkboxの一意の識別子を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextDecoration? : string ; TopBorder? : BorderStyle ; WrapMode? : string } |
Checkboxのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
CheckBoxコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
CheckBoxの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
テキストボックスのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
テキストボックスの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
Checkboxの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.FontFamily? |
string |
CheckBox内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
CheckBox内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
CheckBox内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
CheckBox内のテキストフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.LeftBorder? |
BorderStyle |
テキストボックスの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
CheckBoxの下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
CheckBoxの左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
CheckBoxの右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
CheckBoxの上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
テキストボックスの右罫線のプロパティを取得または設定します。 |
Style.TextDecoration? |
string |
CheckBox内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
テキストボックスの上罫線のプロパティを取得または設定します。 |
Style.WrapMode? |
string |
CheckBoxの行末に到達したときに単語がどのように分割されるかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「NoWrap」は、改行が発生しないことを示します。 value 「CharWrap」は、任意の文字で改行が発生することを示します。 value 「WordWrap」は、単語の終わりで改行が発生することを示します。 |
Text? |
string |
チェックボックスに表示されるコンテンツのテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がチェックボックスにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
チェックボックスのコンテナの上部からCheckboxまでの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"checkbox" |
「checkbox」に設定する必要があります。 |
Visibility? |
Visibility |
Checkboxが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
チェックボックスの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Checkboxの積み重ね順を示す値を取得または設定します。 |
Ƭ ConnectionProperties: Object
データソースへの接続方法に関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
ConnectString? |
string |
データソースへの接続に必要な情報を取得または設定します。 |
Ƭ DVOverlay: Object
名前 | 型 |
---|---|
AggregateType? |
DVOverlayAggregateType |
Axis? |
"X" | "Y" |
BackwardForecastPeriod? |
number |
DetailLevel? |
"Group" | "Total" |
Display? |
"Front" | "Back" |
End? |
number |
Field? |
string |
ForwardForecastPeriod? |
number |
Intercept? |
number |
LegendLabel? |
string |
Name? |
string |
Order? |
number |
OverlayType? |
DVOverlayType |
Period? |
number |
Start? |
number |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle } |
Style.BackgroundColor? |
string |
Style.Border? |
BorderStyle |
Value? |
string |
Ƭ DVOverlayAggregateType: "Median"
| "Max"
| "Min"
| "Average"
| "Count"
| "Sum"
| "Percentile"
Ƭ DVOverlayType: "ReferenceLine"
| "ReferenceBand"
| "LinearTrendline"
| "ExponentialTrendline"
| "PowerTrendline"
| "LogarithmicTrendline"
| "PolynomialTrendline"
| "FourierTrendline"
| "MovingAverageTrendline"
| "CumulativeMovingAverageTrendline"
| "ExponentialMovingAverageTrendline"
| "WeightedMovingAverageTrendline"
| "MovingAnnualTotalTrendline"
Ƭ DataSet: Object
レポートの一部として使用されるデータセットに関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
Fields? |
Field [] |
DataSetに含めるフィールドのセットを取得または設定します。 |
Filters? |
Filter [] |
DataSetの各行に適用するフィルタのセットを取得または設定します。 |
Name |
string |
DataSetの一意の識別子を取得または設定します。 |
Query? |
Query |
データソースからデータを取得するために必要なクエリの情報を取得または設定します。 |
Ƭ DataSetReference: Object
値のリストと、オプションで、レポートパラメータの有効な値またはデフォルト値のラベルを取得するために使用するDataSetを表します。
名前 | 型 | 説明 |
---|---|---|
DataSetName |
string |
参照されているDataSetの名前を取得または設定します。 |
LabelField? |
string |
パラメータの有効な値のラベルを設定するために値が取得される、参照されたDataSet内のフィールドの名前を取得または設定します。 |
ValueField |
string |
パラメータの有効な値またはデフォルト値の値を設定するために値が取得される、参照されたDataSet内のフィールドの名前を取得または設定します。 |
Ƭ DataSource: Object
データソースに関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
ConnectionProperties? |
ConnectionProperties |
データソースへの接続方法に関する情報を取得または設定します。 |
Name? |
string |
データソースの一意の識別子を取得または設定します。 |
Ƭ DefaultValue: Object
レポートパラメータのデフォルト値を表します。
名前 | 型 | 説明 |
---|---|---|
DataSetReference? |
DataSetReference |
レポートのパラメータのデフォルト値を取得するために使用するDataSetの参照を取得または設定します。 |
Values? |
string [] |
レポートのパラメータに使用するデフォルト値を取得または設定します。 |
Ƭ DocumentMap: Object
[見出しマップ](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Interactivity/index#%E8%A6%8B%E5%87%BA%E3%81%97%E3%83%9E%E3%83%83%E3%83%97) の構造とレイアウト情報を表します。
名前 | 型 | 説明 |
---|---|---|
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" |
見出しマップに含まれるアイテムを示す値を取得または設定します。 |
Ƭ DvChart: Object
レポート内の[Chart](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/Chart/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bar? |
{ BottomWidth? : number ; NeckHeight? : number ; Overlap? : number ; TopWidth? : number ; Width? : number } |
横棒グラフと縦棒グラフの列と棒の寸法と形式を表します。 |
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を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
CustomPalette? |
string [] |
カスタムカラーパレットの色を示す値を取得または設定します。配列項目は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
DataSetName? |
string |
Chartにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Filters? |
Filter [] |
Chartの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 |
Footer? |
DvChartHeaderFooter |
Chartのフッタのプロパティを示す値を取得または設定します。 |
Header? |
DvChartHeaderFooter |
Chartのヘッダのプロパティを示す値を取得または設定します。 |
Height? |
string |
Chartの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるChartに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
チャートのコンテナの左側からのChartの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Legend? |
DvChartGlobalLegend |
Chartのグローバル凡例のプロパティを示す値を取得または設定します。 |
Name |
string |
Chartの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NoRowsMessage? |
string |
Chartに使用できるデータ行がない場合に、リストレイアウトの代わりに描画するテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Chartによって行われた改ページの場所を示す値を取得または設定します。 |
Palette? |
DvChartPalette |
Chartのカラーパレットを示す値を取得または設定します。 |
PlotArea? |
DvChartPlotArea |
Chartのプロットエリアのプロパティを示す値を取得または設定します。 |
Plots? |
DvChartPlot [] |
チャートプロットのコレクションを示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundGradientEndColor? : string ; BackgroundGradientType? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; Direction? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; Language? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextAlign? : string ; TextDecoration? : string ; TopBorder? : BorderStyle ; VerticalAlign? : string ; WritingMode? : string } |
Chartのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Chartの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundGradientEndColor? |
string |
Chartコントロールの背景のグラデーションの終了色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundGradientType? |
string |
グラデーションの種類を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、背景のグラデーションがないことを示します。 value 「LeftRight」は、水平方向の背景のグラデーションを示します。 value 「TopBottom」は、垂直方向の背景のグラデーションを示します。 value 「Center」は、円形の背景のグラデーションを示します。 value 「DiagonalLeft」は、左上から右下に向かう斜めのグラデーションを示します。 value 「DiagonalRight」は、右上から左下に向かう斜めのグラデーションを示します。 value 「HorizontalCenter」は、中央から上と下の両方に向かう水平方向のグラデーションを示します。 value 「VerticalCenter」は、中央から左と右の両方に向かう垂直方向のグラデーションを示します。 |
Style.BackgroundImage? |
BackgroundImage |
Chartの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
Chartのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Chartの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
NoRowsMessageの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.Direction? |
string |
NoRowsMessage内のテキストを左から右方向に記述するか、または右から左方向に記述するかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「LTR」は、テキストを左から右方向に記述することを示します。 value 「RTL」は、テキストを右から左向に記述することを示します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
NoRowsMessage内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
NoRowsMessage内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
NoRowsMessage内のテキストフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
NoRowsMessage内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Chartの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Chartの下端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Chartの左端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Chartの右端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Chartの上端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Chartの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
NoRowsMessage内のテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、Chartが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、Chartがテキストを左に配置することを示します。 value 「Right」は、Chartがテキストを右に配置することを示します。 value 「Center」は、Chartがテキストを中央に配置することを示します。 value 「Justify」は、Chartが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
NoRowsMessage内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Chartの上罫線のプロパティを取得または設定します。 |
Style.VerticalAlign? |
string |
NoRowsMessage内のテキストの垂直方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Top」はテキストを上揃えで示します。 value 「Middle」はテキストを中央揃えで示します。 value 「Bottom」はテキストを下揃えで示します。 |
Style.WritingMode? |
string |
NoRowsMessage内のテキストが水平方向または垂直方向に配置されているか、およびテキストの移動方向を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「lr-tb」は、方向が「LTR」の場合、テキストコンテンツが左から右の水平方向に移動することを示します。「RTL」方向の場合、コンテンツは右から左の水平方向に移動します。次の水平線は前の線の下にあります。 value 「tb-rl」は、方向がLTRの場合、テキストコンテンツが上から下の垂直方向に移動し、次の垂直線が前の行の左側にあることを示します。RTL方向の場合、コンテンツは下から上の垂直方向に移動し、次の垂直線は前の線の右側にあります。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がChartにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
チャートのコンテナの上部からのChartの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"dvchart" |
「dvchart」に設定する必要があります。 |
Visibility? |
Visibility |
Chartが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Chartの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Chartの積み重ね順を示す値を取得または設定します。 |
Ƭ DvChartAggregate: "None"
| "Max"
| "Min"
| "Average"
| "Count"
| "CountOfAll"
| "List"
| "PopulationStandardDeviation"
| "PopulationVariance"
| "Range"
| "StandardDeviation"
| "Sum"
| "Variance"
複数の値を1つの値に減らす関数を表します。
Ƭ DvChartAggregateEncoding: Object
チャートのプロットをエンコードするためのプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
- |
Aggregate? |
DvChartAggregate |
エンコードする値に適用される集計関数を示す値を取得または設定します。 |
Field? |
{ Captions? : string [] ; Value? : string [] } |
エンコードする値を表します。 |
Field.Captions? |
string [] |
- |
Field.Value? |
string [] |
エンコーディング[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)のコレクションを示す値を取得または設定します。 |
Ƭ DvChartAxis: Object
チャートの軸のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
AxisLine? |
boolean |
軸線を表示するかどうかを示す値を取得または設定します。 |
AxisType? |
"X" | "Y" |
軸の種類を示す値を取得または設定します。 value 「X」は、カテゴリ値を処理する軸を示します。 value 「Y」は、データ値を処理する軸を示します。 |
DateMode? |
"Default" | "Millisecond" | "Second" | "Minute" | "Hour" | "Day" | "Week" | "Month" | "Year" |
X軸の日付モードを示す値を取得または設定します。 |
Format? |
string |
NoRowsMessage内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Height? |
number |
- |
LabelAngle? |
number |
軸線に対するラベルの回転を度単位で示す-90〜90の値を取得または設定します。 |
LabelField? |
string |
- |
LabelStyle? |
DvChartAxisLabelStyle |
ラベルの外観を示す値を取得または設定します。 |
Labels? |
boolean |
軸ラベルを表示するかどうかを示す値を取得または設定します。 |
LineStyle? |
{ Border? : BorderStyle } |
軸線のスタイル情報を表します。 |
LineStyle.Border? |
BorderStyle |
軸の線のプロパティを示す値を取得または設定します。 |
LogBase? |
number |
対数目盛の軸の対数ベースを示す値を取得または設定します。 |
MajorGrid? |
boolean |
主グリッド線を表示するかどうかを示す値を取得または設定します。 |
MajorGridStyle? |
{ Border? : BorderStyle } |
軸の主グリッド線のスタイル情報を表します。 |
MajorGridStyle.Border? |
BorderStyle |
主グリッド線のプロパティを示す値を取得または設定します。 |
MajorTickSize? |
string |
主要な目盛りのサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) である必要があります。 |
MajorTickStyle? |
{ Border? : BorderStyle } |
軸の主目盛りのスタイル情報を表します。 |
MajorTickStyle.Border? |
BorderStyle |
主目盛のプロパティを示す値を取得または設定します。 |
MajorTicks? |
"None" | "Inside" | "Outside" | "Cross" |
軸線に対する主目盛りの位置を示す値を取得または設定します。 |
MajorUnit? |
string |
主グリッド線間の間隔を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は数値である必要があります。 |
Max? |
string |
軸が処理できる値の範囲の下限を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
MaxHeight? |
number |
- |
MaxWidth? |
number |
- |
Min? |
string |
軸が処理できる値の範囲の上限を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
MinorGrid? |
boolean |
補助グリッド線を表示するかどうかを示す値を取得または設定します。 |
MinorGridStyle? |
{ Border? : BorderStyle } |
軸の補助グリッド線のスタイル情報を表します。 |
MinorGridStyle.Border? |
BorderStyle |
副グリッド線のプロパティを示す値を取得または設定します。 |
MinorTickSize? |
string |
補助目盛りのサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) である必要があります。 |
MinorTickStyle? |
{ Border? : BorderStyle } |
軸の補助目盛りのスタイル情報を表します。 |
MinorTickStyle.Border? |
BorderStyle |
- |
MinorTicks? |
"None" | "Inside" | "Outside" | "Cross" |
軸線に対する補助目盛りの位置を示す値を取得または設定します。 |
MinorUnit? |
string |
補助グリッド線間の間隔を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は数値である必要があります。 |
Origin? |
string |
直交軸に対する軸の位置を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
OverlappingLabels? |
"Auto" | "Show" |
重なった軸ラベルの外観を示す値を取得または設定します。 value 「Auto」は、重複を防ぐために一部のラベルを非表示にします。 value 「Show」は、重複が続く場合でもすべてのラベルを表示します。 |
Plots? |
string [] |
軸が座標系を提供するプロットのコレクションを示す値を取得または設定します。 |
Position? |
"None" | "Near" | "Far" |
含まれているプロット領域に対する軸の位置を示す値を取得または設定します。 |
Reversed? |
boolean |
垂直軸のデフォルトの方向を上から下に設定し、水平軸のデフォルトの方向を右から左に設定する必要があるかどうかを示す値を取得または設定します。 |
Scale? |
"Linear" | "Logarithmic" | "Ordinal" | "Percentage" |
軸の種類を示す値を取得または設定します。 value 「Linear」スケールは、軸に沿って使用可能な値の範囲を均等に分散します。 value 「Logarithmic」スケールは、値自体ではなく、値の対数を使用します。 value 「Ordinal」は、順序に従って軸に沿って均等に分布する非数値に適用します。 value 「Percentage」は、積層縦棒(%)と積層横棒(%)、積層エリア(%)プロットに使用されます。 |
Title? |
string |
軸のタイトルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
TitleStyle? |
DvChartAxisTextStyle |
軸のタイトルの外観を示す値を取得または設定します。 |
Width? |
number |
- |
Ƭ DvChartAxisLabelStyle: Object
チャートのテキストベースの要素の拡張スタイル情報を表します。
Ƭ DvChartAxisTextStyle: Object
名前 | 型 | 説明 |
---|---|---|
Color? |
string |
テキストの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
FontFamily? |
string |
テキストのフォントファミリの名前を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
FontSize? |
string |
テキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
FontStyle? |
string |
テキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
FontWeight? |
string |
テキストのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
PaddingBottom? |
string |
- |
PaddingLeft? |
string |
テキスト領域の左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
PaddingRight? |
string |
テキスト領域の右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
PaddingTop? |
string |
テキスト領域の上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
TextDecoration? |
string |
テキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Ƭ DvChartCategoryEncoding: Object
チャートのプロットのカテゴリのプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Field? |
{ Captions? : string [] ; Value? : string [] } |
カテゴリ値を表します。 |
Field.Captions? |
string [] |
- |
Field.Value? |
string [] |
カテゴリ[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)のコレクションを示す値を取得または設定します。 |
Sort? |
"None" | "Ascending" | "Descending" |
カテゴリの外観のソート順を示す値を取得または設定します。 |
SortingAggregate? |
DvChartAggregate |
SortingField値に適用される集計関数を示す値を取得または設定します。 |
SortingField? |
string |
カテゴリの外観の順序を示す[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Ƭ DvChartDetailEncoding: Object
チャートのプロットのカテゴリの詳細のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
ExcludeNulls? |
boolean |
詳細のエンコーディングでnull値を除外するかどうかを示す値を取得または設定します。 |
Field? |
{ Captions? : string [] ; Value? : string [] } |
エンコードする値を表します。 |
Field.Captions? |
string [] |
- |
Field.Value? |
string [] |
カテゴリ詳細[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)のコレクションを示す値を取得または設定します。 |
Group? |
"None" | "Cluster" | "Stack" |
親カテゴリ内の詳細の配置を示す値を取得または設定します。 |
Sort? |
"None" | "Ascending" | "Descending" |
親カテゴリ内の詳細の表示の並べ替え順序を示す値を取得または設定します。 |
SortingAggregate? |
DvChartAggregate |
SortingField値に適用される集計関数を示す値を取得または設定します。 |
SortingField? |
string |
親カテゴリ内の詳細の外観の順序を示す[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Ƭ DvChartEncodings: Object
チャートのプロットのデータのグラフィカル表現を表します。
名前 | 型 | 説明 |
---|---|---|
Category? |
DvChartCategoryEncoding |
チャートのプロットのカテゴリを示す値を取得または設定します。 |
Color? |
DvChartAggregateEncoding |
チャートのプロットの色エンコーディングを示す値を取得または設定します。 |
Details? |
DvChartDetailEncoding [] |
チャートのプロットのカテゴリの詳細を示す値を取得または設定します。 |
Shape? |
DvChartAggregateEncoding |
チャートのプロットの図形エンコーディングを示す値を取得または設定します。 |
Size? |
DvChartAggregateEncoding |
チャートのプロットのサイズエンコーディングを示す値を取得または設定します。 |
Texts? |
{ Aggregate? : DvChartAggregate ; Field? : { Captions? : string [] ; FieldType? : "Simple" ; Value? : string [] } ; Target? : "ToolTip" | "Label" }[] |
- |
Values? |
DvChartValueAggregateEncoding [] |
チャートのプロットのデータ値を示す値を取得または設定します。 |
Ƭ DvChartGlobalLegend: Object
チャートのグローバル凡例のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Hidden? |
boolean |
チャートのグローバル凡例を非表示にするかどうかを示す値を取得または設定します。 |
Orientation? |
"Horizontal" | "Vertical" |
チャートのグローバル凡例のラベルの配置を示す値を取得または設定します。 |
Position? |
"Left" | "Right" | "Top" | "Bottom" |
プロットエリアの側面とコーナーに対するチャートのグローバル凡例の位置を示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string } |
チャートのグローバル凡例のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
グローバル凡例の背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Border? |
BorderStyle |
グローバル凡例の罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
グローバル凡例の下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
グローバル凡例の左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
グローバル凡例の右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
グローバル凡例の上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
TextStyle? |
DvChartTextStyle |
グラフのグローバル凡例のラベルの外観を示す値を取得または設定します。 |
TitleStyle? |
DvChartTextStyle |
チャートのグローバル凡例のタイトルの外観を示す値を取得または設定します。 |
Ƭ DvChartHeaderFooter: Object
チャートのヘッダまたはフッタのプロパティを表します。
Ƭ DvChartLegendOption: Object
チャートのプロットの色、形状、またはサイズの凡例のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Hidden? |
boolean |
チャートの凡例を非表示にするかどうかを示す値を取得または設定します。 |
LegendType? |
"Color" | "Shape" | "Size" |
凡例の種類を示す値を取得または設定します。 |
MaxHeight? |
number |
凡例の最大の高さを示すプロットエリアの高さに対するパーセンテージの値を取得または設定します。 |
MaxWidth? |
number |
凡例の最大幅を示すプロットエリアの高さに対するパーセンテージの値を取得または設定します。 |
Orientation? |
"Horizontal" | "Vertical" |
チャートの凡例のラベルの配置を示す値を取得または設定します。 |
Position? |
"Left" | "Right" | "Top" | "Bottom" |
プロットエリアの側面とコーナーに対するチャートの凡例の位置を示す値を取得または設定します。 |
RangeOptions? |
{ Title? : string ; To? : number }[] |
チャートのサイズ凡例に対してカスタム範囲とタイトルを表します。 |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string } |
チャートの凡例のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
凡例の背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Border? |
BorderStyle |
グローバル凡例の罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
凡例の下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
凡例の左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
凡例の右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
凡例の上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
TextStyle? |
DvChartTextStyle |
チャートの凡例のラベルの外観を示す値を取得または設定します。 |
Title? |
string |
凡例のタイトルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
TitleStyle? |
DvChartTextStyle |
チャートの凡例のタイトルの外観を示す値を取得または設定します。 |
Ƭ 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"
チャートのカラーパレットを表します。
Ƭ DvChartPlot: Object
チャートのプロットのプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Config? |
DvChartPlotConfig |
チャートのプロットの構成を示す値を取得または設定します。 |
Encodings? |
DvChartEncodings |
チャートのプロットのデータのグラフィカル表現を示す値を取得または設定します。 |
PlotChartSubtype? |
"Plain" | "Clustered" | "Stacked" |
チャートのプロットのサブタイプを示す値を取得または設定します。 |
PlotChartType? |
"Column" | "Bar" | "Custom" | "Line" | "Area" | "Scatter" | "HighLowOpenClose" | "Candlestick" | "Pie" | "Pyramid" | "Funnel" | "Bubble" | "Gantt" | "HighLowClose" | "PolarColumn" | "PolarBar" | "RadarArea" | "RadarBubble" | "RadarScatter" | "RadarLine" | "RangeArea" | "RangeBar" | "RangeColumn" | "Gauge" |
チャートのプロットの種類を示す値を取得または設定します。 |
PlotName? |
string |
チャートのプロットの一意の識別子を取得または設定します。 |
Ƭ DvChartPlotArea: Object
チャートのプロット領域のプロパティを表します。
Ƭ DvChartPlotConfig: Object
チャートのプロットの構成を表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
チャートのプロットに関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
AxisMode? |
"Cartesian" | "Radial" | "Polygonal" |
チャートのプロットの軸の種類を示す値を取得または設定します。 value 「Radial」は、「Pie」、「PolarColumn」、「PolarBar」プロットに適用できます。 value 「Cartesian」は、「Bar」、「Line」、「Area」、「Scatter」、「HighLowOpenClose」、「Candlestick」、「Column」、「Pyramid」、「Funnel」、「Bubble」、「Gantt」、「HighLowClose」プロットに適用されます。 value 「Polygonal」は、「RadarArea」、「RadarBubble」、「RadarScatter」、「RadarLine」プロットに適用できます。 |
BarLineStyle? |
BorderStyle |
- |
BarLines? |
boolean |
同じカテゴリまたは詳細に属するプロットの部分間の接続線を表示するかどうかを示す値を取得または設定します。 |
ClippingMode? |
"None" | "Clip" | "Fit" |
プロットエリアが収まらないプロットを描画する方法を示す値を取得または設定します。 value 「None」は「フィット」と同じです。 value 「Clip」は、プロットエリアがその右端または下端のパディングでプロットを切り取ることを示します。 value 「Fit」は、プロットエリアがプロットに収めるように使用可能なすべてのスペースを使用するを示します。 |
CustomLabels? |
DvPlotCustomLabel [] |
- |
InnerRadius? |
number |
「Pie」、「PolarColumn」、および「PolarBar」プロットのディスクの中心にある穴のサイズを示す外半径のパーセンテージで値を取得または設定します。 |
LineAspect? |
"Default" | "Spline" | "StepCenter" | "StepLeft" | "StepRight" |
「Line」または「Area」プロットのデータポイントを接続する線のスタイルを示す値を取得または設定します。 value 「Default」は直線を示します。 value 「Spline」はベジェ曲線を示します。 value 「StepCenter」はステップラインを示します。 value 「StepLeft」はステップラインを示します。 value 「StepRight」はステップラインを示します。 |
LineStyle? |
BorderStyle |
「Line」または「Area」プロットのデータポイントを接続する線のプロパティ、または他のプロットの幾何学的形状の罫線のプロパティを示す値を設定または設定します。 |
Offset? |
number |
プロットの幾何学的形状を変換する値をパーセンテージで取得または設定します。 |
Opacity? |
number |
プロットの幾何学的形状の不透明度を示す値をパーセンテージで取得または設定します。 |
Overlays? |
DVOverlay [] |
- |
Pointers? |
DvPlotPointer [] |
- |
Radial? |
boolean |
プロットが放射状であるかどうかを示す値を取得または設定します。 |
Rules? |
DvChartRule [] |
プロットの外観の追加ルールを示す値を取得または設定します。 |
ShowNulls? |
"Gaps" | "Connected" | "Zeros" |
Null値のデータポイントの配置を示す値を取得または設定します。 value 「Gaps」は、プロットがnullデータポイントとその前後のポイントの間に線を引けないことを示します。 value 「Zero」は、nullデータポイントの値が0であると見なされることを示します。 value 「Connected」は、プロットがnullデータポイントとその前後のポイントを接続することを示します。 |
StartAngle? |
number |
「Pie」、「PolarColumn」、または「PolarBar」プロットの時計回りの回転を示す値をarcdegreeで取得または設定します。 |
Style? |
{ BackgroundColor? : string } |
プロットの幾何学的形状のスタイルを表します。 |
Style.BackgroundColor? |
string |
プロットの幾何学的形状の背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Sweep? |
number |
「Pie」、「PolarColumn」、または「PolarBar」プロットが占める弧の長さを決定する0〜360の弧度の値を取得または設定します。 |
SymbolOpacity? |
number |
「Line」または「Area」プロットのシンボルの不透明度を示す値をパーセンテージで取得または設定します。 |
SymbolShape? |
"Auto" | "X" | "Dot" | "Box" | "Diamond" | "Triangle" | "Dash" | "Plus" |
「Line」または「Area」プロットのシンボル形状を示す値を取得または設定します。 |
SymbolStyle? |
{ BackgroundColor? : string ; Border? : BorderStyle } |
「Line」または「Area」プロットのシンボルのスタイルを表します。 |
SymbolStyle.BackgroundColor? |
string |
シンボルの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
SymbolStyle.Border? |
BorderStyle |
シンボルの罫線のプロパティを取得または設定します。 |
Symbols? |
boolean |
「Line」または「Area」プロットがシンボルを表示するかどうかを示す値を取得または設定します。 |
Text? |
{ ConnectingLine? : { Border? : BorderStyle } ; LinePosition? : "Auto" | "Center" ; Offset? : number ; OverlappingLabels? : "Auto" | "Show" | "Hide" ; Style? : { BackgroundColor? : string ; Border? : BorderStyle ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; TextDecoration? : string } ; Template? : string ; TextPosition? : "Auto" | "Center" | "Inside" | "Outside" } |
チャートのプロットのラベルのプロパティを表します。 |
Text.ConnectingLine? |
{ Border? : BorderStyle } |
ラベルとプロットのそれぞれの部分を結ぶ引き出し線のプロパティを表します。 |
Text.ConnectingLine.Border? |
BorderStyle |
引き出し線の線のプロパティを取得または設定します。 |
Text.LinePosition? |
"Auto" | "Center" |
プロットのそれぞれの部分を基準にした引き出し線の始点を示す値を取得または設定します。 |
Text.Offset? |
number |
プロットのそれぞれの部分を基準にしたラベルのオフセットを示す値を取得または設定します。 |
Text.OverlappingLabels? |
"Auto" | "Show" | "Hide" |
重複するラベルを非表示にするかどうかを示す値を取得または設定します。 value 「Auto」は、重複を防ぐために一部のラベルを非表示にします。 value 「Show」は、重複が続く場合でもすべてのラベルを表示します。 |
Text.Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; TextDecoration? : string } |
ラベルのテキストのスタイルを表します。 |
Text.Style.BackgroundColor? |
string |
プロットのラベルの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Text.Style.Border? |
BorderStyle |
プロットのラベルの罫線のプロパティを取得または設定します。 |
Text.Style.Color? |
string |
プロットのラベルの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Text.Style.FontFamily? |
string |
プロットのラベルのテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Text.Style.FontSize? |
string |
プロットのラベルのテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Text.Style.FontStyle? |
string |
プロットのラベルのテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Text.Style.FontWeight? |
string |
プロットのラベルテキストのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Text.Style.TextDecoration? |
string |
プロットのラベルのテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Text.Template? |
string |
ラベルのテキストのテンプレートを示す値を取得または設定します。 |
Text.TextPosition? |
"Auto" | "Center" | "Inside" | "Outside" |
プロットのそれぞれの部分を基準にしたラベルの位置を示す値を取得または設定します。 |
Tooltip? |
{ Template? : string } |
プレビュー時にレポート閲覧者がプロットの一部にカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Tooltip.Template? |
string |
- |
UnpivotData? |
boolean |
- |
Ƭ DvChartRule: Object
プロットの外観の追加の規則を表します。
名前 | 型 | 説明 |
---|---|---|
Condition? |
string |
規則を適用する必要があるかどうかを示すブール値に評価する必要がある[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Name? |
string |
- |
RuleProperties? |
{ TargetProperty? : "BackgroundColor" | "LineWidth" | "LineStyle" | "LineColor" | "SymbolBackgroundColor" | "SymbolLineColor" | "SymbolLineStyle" | "SymbolLineWidth" | "LabelTemplate" | "TooltipTemplate" ; Value? : string }[] |
規則の効果を表します。 |
Ƭ DvChartTextStyle: Object
チャートのテキストベースの要素のスタイル情報を表します。
名前 | 型 | 説明 |
---|---|---|
Color? |
string |
テキストの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
FontFamily? |
string |
テキストのフォントファミリの名前を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
FontSize? |
string |
テキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
FontStyle? |
string |
テキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
FontWeight? |
string |
テキストのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
TextDecoration? |
string |
テキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Ƭ DvChartValueAggregateEncoding: Object
チャートのプロットのデータ値に対するプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Aggregate? |
DvChartAggregate |
エンコードする値に適用される集計関数を示す値を取得または設定します。 |
Field? |
{ FieldType? : "Complex" ; Subfields? : { Caption? : string ; Key? : string ; Value? : string }[] } | { Captions? : string [] ; Value? : string [] } |
エンコードする値を表します。 |
Ƭ DvPlotCustomLabel: Object
名前 | 型 |
---|---|
OffsetX? |
string |
OffsetY? |
string |
Style? |
{ Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; TextDecoration? : string ; WritingMode? : string } |
Style.Color? |
string |
Style.FontFamily? |
string |
Style.FontSize? |
string |
Style.FontStyle? |
string |
Style.FontWeight? |
string |
Style.TextDecoration? |
string |
Style.WritingMode? |
string |
Text? |
string |
Ƭ DvPlotPointer: Object
名前 | 型 |
---|---|
End? |
string |
NeedlePinWidth? |
string |
NeedleWidth? |
string |
Style? |
{ BackgroundColor? : string } |
Style.BackgroundColor? |
string |
Ƭ EmbeddedImage: Object
レポートに埋め込まれている画像を表します。
名前 | 型 | 説明 |
---|---|---|
ImageData? |
string |
埋め込み画像の画像データを[base 64形式](https://www.rfc-editor.org/rfc/rfc4648.txt) で取得または設定します。 |
MIMEType? |
string |
埋め込み画像の画像形式を取得または設定します。サポートされている値は、「image/jpeg」、「image/gif」、「image/png」、および「image/svg+xml」です。 |
Name? |
string |
埋め込み画像の一意の識別子を取得または設定します。 |
Ƭ Field: Object
DataSetフィールドに関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
DataField? |
string |
DataSetクエリによって返されるフィールドの名前を取得または設定します。 |
Name |
string |
フィールドの一意の識別子を取得または設定します。 |
Value? |
string |
このフィールドの値に評価される値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Ƭ Filter: Object
DataSet、グループ、またはデータ領域内のデータの行に適用するフィルタを表します。
名前 | 型 | 説明 |
---|---|---|
FilterExpression |
string |
グループの各インスタンス、またはDataSet、グループ、またはデータ領域に関連付けられているデータの各行に対して評価される[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。この式は、演算子を使用してFilterValues要素の値と比較されます。比較に失敗すると、行またはインスタンスは、それを含むグループ、データセット、またはデータ領域から除外されます。 |
FilterValues |
string [] |
FilterExpressionと比較する値を取得または設定します。 |
Operator |
FilterOperator |
FilterExpressionとFilterValuesの値を比較するために使用する演算子を取得または設定します。 |
Ƭ FilterOperator: "Between"
| "Equal"
| "Like"
| "NotEqual"
| "GreaterThan"
| "GreaterThanOrEqual"
| "LessThan"
| "LessThanOrEqual"
| "TopN"
| "BottomN"
| "TopPercent"
| "BottomPercent"
| "In"
Filer.FilterExpressionとFilter.FilterValuesの値を比較するために使用するオペレーターを表します。
Ƭ FixedPageSection: Object
[固定レイアウトのレポート](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E3%83%9A%E3%83%BC%E3%82%B8%E3%83%AC%E3%83%9D%E3%83%BC%E3%83%88%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%9F%E3%83%AC%E3%83%9D%E3%83%BC%E3%83%88) のページの構造とレイアウト情報を表します。
名前 | 型 | 説明 |
---|---|---|
BottomMargin? |
string |
- |
Height? |
string |
- |
LeftMargin? |
string |
- |
ReportItems? |
ReportItem [] |
固定ページに含まれるレポートアイテムのコレクションを取得または設定します。 |
RightMargin? |
string |
- |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
固定ページの外観情報を表します。 |
Style.BackgroundColor? |
string |
ページレポートの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
ページレポートの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
ページレポートのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
ページレポートの下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
ページレポートの左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
ページレポートの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
ページレポートの上罫線のプロパティを取得または設定します。 |
ThrowIfPlaceHoldersEmpty? |
boolean |
- |
TopMargin? |
string |
- |
Visibility? |
Visibility |
- |
Width? |
string |
- |
Ƭ Grouping: Object
データの分類に関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
DocumentMapLabel? |
string |
[見出マップ](http://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Interactivity/index#%E8%A6%8B%E5%87%BA%E3%81%97%E3%83%9E%E3%83%83%E3%83%97) 内のグループ化のインスタンスへのリンクのテキストを示す[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します ) |
Filters? |
Filter [] |
グループ化の各インスタンスのデータに適用されるフィルタのコレクションを取得または設定します。 |
GroupExpressions? |
string [] |
データをグループ化するための[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) のコレクションを取得または設定します。 |
Name? |
string |
グループ化の一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NewSection? |
boolean |
グループ化の各インスタンスにページ番号があるかどうかを示す値を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
グループ化のインスタンスによって生成された改ページの位置を示す値を取得または設定します。 value 「None」は、改ページが挿入されないことを示します。 value 「Start」は、グループ化の各インスタンスがそのコンテンツの前に改ページを挿入することを示します。 value 「End」は、グループ化の各インスタンスがそのコンテンツの後に改ページを挿入することを示します。 value 「StartAndEnd」は、グループ化の各インスタンスがそのコンテンツの前後に改ページを挿入することを示します。 value 「Between」は、グループ化の各インスタンスが新しいページで開始することを示します。 |
PageBreakDisabled? |
string |
改ページのオプションを無視するかどうかを示す値に評価される[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ParentGroup? |
string |
再帰的階層内の親グループを識別する式を取得または設定します。 |
Ƭ Image: Object
レポート内の[Image](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Visualizers/Image/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
Imageに関連付けられているアクション(ハイパーリンクなど)を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのImageのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Height? |
string |
Imageの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
HorizontalAlignment? |
string |
画像レポートアイテム内の実際の画像の水平方向の配置を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、次のようになります。 value 「Left」は、Imageが実際の画像を左に配置することとを示します。 value 「Center」は、Imageが実際の画像を中央に配置することを示します。 value 「Right」は、Imageが実際の画像を右に配置することとを示します。 |
Label? |
string |
見出マップと目次に表示されるImageに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
画像のコンテナの左側からのImageの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
MIMEType? |
string |
Imageの画像形式を取得または設定します。サポートされている値は、「image/jpeg」、「image/gif」、「image/png」、および「image/svg+xml」です。 |
Name |
string |
画像の一意の識別子を取得または設定します。 |
Sizing? |
"Clip" | "Fit" | "AutoSize" | "FitProportional" |
実際の画像が指定された画像のサイズに収まらない場合に、Imageの動作を示す値を取得または設定します。 value 「AutoSize」は、実際の画像のサイズに合わせて画像の罫線が拡大または縮小することを示します。 value 「Fit」は、実際の画像が画像レポートアイテムの高さと幅の両方に正確に一致するようにサイズ変更されることを示します。 value 「FitProportional」は、アスペクト比を維持しながら、実際の画像が画像のサイズに収まるようにサイズ変更されることを示します。 value 「Clip」は、実際の画像が画像レポートアイテムの寸法に合うようにクリップされることを示します。 |
Source? |
"External" | "Embedded" | "Database" |
Imageのソースの種類を取得または設定します。 value 「External」は、Valueプロパティに、画像の位置を評価する文字列定数または式が含まれるとを示します。 value 「Embedded」は、Valueプロパティに、レポート内の埋め込み画像の名前に評価される文字列定数または式が含まれることを示します。 value 「Database」は、Valueプロパティに、画像のバイナリデータを評価する式(データベースのフィールドなど)が含まれることを示します。 |
Style? |
{ Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
Imageのスタイル情報を表します。 |
Style.Border? |
BorderStyle |
Imageのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Imageの下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Imageの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Imageの下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Imageの左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Imageの右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Imageの上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Imageの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
Imageの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がImageにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
画像のコンテナの上部からのImageの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"image" |
「image」に設定する必要があります。 |
Value? |
string |
Sourceプロパティの値に応じて、画像の場所または実際のデータを示す値を取得または設定します。 |
VerticalAlignment? |
string |
画像レポートアイテム内の実際の画像の垂直方向の配置を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、次のようになります。 value 「Top」は画像を上揃えで示します。 value 「Middle」は画像を中央揃えで示します。 value 「Bottom」は画像を下揃えで示します。 |
Visibility? |
Visibility |
Imageが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Imageの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Imageの積み重ね順を示す値を取得または設定します。 |
Ƭ InputField: InputFieldText
| InputFieldCheckbox
編集可能なPDFフォームの入力コントロールを表します。
Ƭ InputFieldCheckbox: Object
チェックボックスの[InputField](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/InputField/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのInputFieldのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
CheckSize? |
string |
CheckboxのInputFieldのチェックマークのサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) である必要があります。 |
CheckStyle? |
"Cross" | "Diamond" | "Square" | "Check" | "Circle" | "Star" |
CheckBoxのInputFieldのチェックマークのスタイルを示す値を取得または設定します。 |
Checked? |
string |
チェックボックスのInputFieldが最初にチェック状態にあるかどうかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
FieldName? |
string |
編集可能なPDFフォームのフィールドの名前を取得または設定します。 |
Height? |
string |
InputFieldの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Label? |
string |
見出しマップと目次に表示されるInputFieldに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
サブレポートのコンテナの左側からのInputFieldの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
InputFieldの一意の識別子を取得または設定します。 |
Readonly? |
boolean |
PDF文書リーダーがフィールドの値を変更できるかどうかを示す値を取得または設定します。 |
Required? |
boolean |
PDF文書リーダーがフィールドの値を提供する必要があるかどうかを示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TextAlign? : string ; TopBorder? : BorderStyle } |
InputFieldのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
入力可能なPDFのフィールドの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Border? |
BorderStyle |
InputFieldのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
InputFieldの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
入力可能なPDFのフィールドのテキストの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.LeftBorder? |
BorderStyle |
InputFieldの左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
InputFieldの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
入力可能なPDFのフィールドのテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、InputFieldが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、InputFieldがテキストを左に配置することを示します。 value 「Right」は、InputFieldがテキストを右に配置することを示します。 value 「Center」は、InputFieldがテキストを中央に配置することを示します。 value 「Justify」は、InputFieldが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TopBorder? |
BorderStyle |
InputFieldの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がInputFieldにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
サブレポートのコンテナの上部からのInputFieldの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"inputfield" |
「inputfield」に設定する必要があります。 |
Visibility? |
Visibility |
InputFieldが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
InputFieldの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
InputFieldの積み重ね順を示す値を取得または設定します。 |
Ƭ InputFieldText: Object
チェックボックスの[InputField](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/InputField/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのInputFieldのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
FieldName? |
string |
編集可能なPDFフォームのInputFieldの名前を取得または設定します。 |
Height? |
string |
InputFieldの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Label? |
string |
見出しマップと目次に表示されるInputFieldに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
サブレポートのコンテナの左側からのInputFieldの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
MaxLength? |
number |
フィールドの値の最大許容長を示す値を取得または設定します。 |
Multiline? |
boolean |
フィールドの複数行の値が受け入れられるかどうかを示す値を取得または設定します。 |
Name |
string |
InputFieldの一意の識別子を取得または設定します。 |
Password? |
boolean |
編集可能なPDFフォームにフィールドの値を一連のアスタリスクとして表示するかどうかを示す値を取得または設定します。 |
Readonly? |
boolean |
PDF文書リーダーがフィールドの値を変更できるかどうかを示す値を取得または設定します。 |
Required? |
boolean |
PDF文書リーダーがフィールドの値を提供する必要があるかどうかを示す値を取得または設定します。 |
SpellCheck? |
boolean |
フィールドの値がスペルチェックによって処理されるかどうかを示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TextAlign? : string ; TopBorder? : BorderStyle } |
InputFieldのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
入力可能なPDFのフィールドの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Border? |
BorderStyle |
InputFieldのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
InputFieldの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
入力可能なPDFのフィールドのテキストの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.FontFamily? |
string |
入力可能なPDFのフィールドのテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
入力可能なPDFのフィールドのテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
入力可能なPDFのフィールドのテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
入力可能なPDFのフィールドのテキストのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
入力可能なPDFのフィールドの数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.LeftBorder? |
BorderStyle |
InputFieldの左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
InputFieldの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
入力可能なPDFのフィールドのテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、InputFieldが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、InputFieldがテキストを左に配置することを示します。 value 「Right」は、InputFieldがテキストを右に配置することを示します。 value 「Center」は、InputFieldがテキストを中央に配置することを示します。 value 「Justify」は、InputFieldが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TopBorder? |
BorderStyle |
InputFieldの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がInputFieldにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
サブレポートのコンテナの上部からのInputFieldの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"inputfield" |
「inputfield」に設定する必要があります。 |
Value? |
string |
初期フィールドの値を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Visibility? |
Visibility |
InputFieldが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
InputFieldの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
InputFieldの積み重ね順を示す値を取得または設定します。 |
Ƭ Layer: Object
名前 | 型 |
---|---|
DesignerDataFieldVisible? |
boolean |
DesignerLock? |
boolean |
DesignerTransparency? |
number |
DesignerVisible? |
boolean |
Name |
string |
TargetDevice? |
string |
Ƭ Line: Object
レポート内の[Line](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/Line/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのLineのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
EndPoint? |
{ X? : string ; Y? : string } |
線の終点を表します。 |
EndPoint.X? |
string |
コンテナの左側からLineの終点までの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
EndPoint.Y? |
string |
コンテナの上側からLineの終点までの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるLineに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
LineColor? |
string |
Lineの色に評価される値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または #face0d などの16進色コードである必要があります。 |
LineStyle? |
string |
Lineのスタイルに評価される[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 value 「None」は、罫線が描画されていないことを示します。 value 「Dotted」は罫線の点線を示します。 value 「Dashed」は、罫線の破線を示します。 value 「Solid」は、罫線の実線を示します。 value 「Double」は、境界線の二重実線を示します。 value 「Groove」は、3D溝の罫線を示します。 効果は罫線の色の値によって異なります。 value 「Ridge」は、3D畝状罫線を示します。効果は罫線の色の値によって異なります。 value 「Inset」は、3Dのインセットの罫線を示します。効果は罫線の色の値によって異なります。 value 「Outset」は、3Dのアウトセットの罫線を示します。 効果は罫線の色の値によって異なります。 |
LineWidth? |
string |
Lineの幅に評価される値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) である必要があります。 |
Name |
string |
Lineの一意の識別子を取得または設定します。 |
StartPoint? |
{ X? : string ; Y? : string } |
線の始点を表します。 |
StartPoint.X? |
string |
コンテナの左側からLineの始点までの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
StartPoint.Y? |
string |
コンテナの上側からLineの始点までの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Type |
"line" |
「line」に設定する必要があります。 |
Visibility? |
Visibility |
Lineが非表示かどうかを示す値を取得または設定します。 |
ZIndex? |
number |
Lineの積み重ね順を示す値を取得または設定します。 |
Ƭ List: Object
レポート内の[List](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/List/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
Listに関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのListのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ConsumeWhiteSpace? |
boolean |
コンテンツが大きくなったときにList内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
DataSetName? |
string |
Listにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Filters? |
Filter [] |
Listの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 |
FixedHeight? |
string |
Listの[固定の高さ](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA) を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
FixedWidth? |
string |
Listの[固定の幅](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA) を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Group? |
Grouping |
List内のデータをグループ化するための式を示す値を取得または設定します。 |
GrowDirection? |
"Column" | "ColumnReverse" | "Row" | "RowReverse" |
Listコントロールのセクションを描画する方向。 |
Height? |
string |
Listの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Listのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるListに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
リストのコンテナの左側からのListの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Listの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NewSection? |
boolean |
Listにページ番号があることを示す値を取得または設定します。 |
NoRowsMessage? |
string |
Listに使用できるデータ行がない場合に、リストレイアウトの代わりに描画するテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
OverflowName? |
string |
固定BandedListレイアウトの[OverflowPlaceHolder](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Controls/Overflow-Placeholder) の名前を示す値を取得または設定します |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Listによって行われた改ページの場所を示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
List内のレポートアイテムのコレクションを示す値を取得または設定します。 |
RowsOrColumnsCount? |
number |
行または列のカウント(GrowDirectionプロパティの値に基づきます。) |
SortExpressions? |
SortExpression [] |
繰り返されるリストの領域を並べ替えるための式のコレクションを示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; Direction? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; Language? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextAlign? : string ; TextDecoration? : string ; TopBorder? : BorderStyle ; VerticalAlign? : string ; WritingMode? : string } |
Listのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Listコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
Listの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
Listのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Listの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
NoRowsMessageの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.Direction? |
string |
NoRowsMessage内のテキストを左から右方向に記述するか、または右から左方向に記述するかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「LTR」は、テキストを左から右方向に記述することを示します。 value 「RTL」は、テキストを右から左向に記述することを示します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
NoRowsMessage内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
NoRowsMessage内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
NoRowsMessage内のテキストフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
NoRowsMessage内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Listの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Listの下端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Listの左端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Listの右端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Listの上端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Listの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
NoRowsMessage内のテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、Listが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、Listがテキストを左に配置することを示します。 value 「Right」は、Listがテキストを右に配置することを示します。 value 「Center」は、Listがテキストを中央に配置することを示します。 value 「Justify」は、Listが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
NoRowsMessage内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Listの上罫線のプロパティを取得または設定します。 |
Style.VerticalAlign? |
string |
NoRowsMessage内のテキストの垂直方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Top」はテキストを上揃えで示します。 value 「Middle」はテキストを中央揃えで示します。 value 「Bottom」はテキストを下揃えで示します。 |
Style.WritingMode? |
string |
NoRowsMessage内のテキストが水平方向または垂直方向に配置されているか、およびテキストの移動方向を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「lr-tb」は、方向が「LTR」の場合、テキストコンテンツが左から右の水平方向に移動することを示します。「RTL」方向の場合、コンテンツは右から左の水平方向に移動します。次の水平線は前の線の下にあります。 value 「tb-rl」は、方向がLTRの場合、テキストコンテンツが上から下の垂直方向に移動し、次の垂直線が前の行の左側にあることを示します。RTL方向の場合、コンテンツは下から上の垂直方向に移動し、次の垂直線は前の線の右側にあります。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がListにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
リストのコンテナの上部からのListの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"list" |
「list」に設定する必要があります。 |
Visibility? |
Visibility |
Listが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Listの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Listの積み重ね順を示す値を取得または設定します。 |
Ƭ OverflowPlaceholder: Object
レポート内の[OverflowPlaceHolder](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Controls/Overflow-Placeholder) のプロパティを表します。
Ƭ Page: Object
レポートページの構造とレイアウト情報を表します。
Ƭ PageSection: Object
ページヘッダまたはページフッタの構造とレイアウト情報を表します。
名前 | 型 | 説明 |
---|---|---|
Height? |
string |
ページセクションの高さを[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
PrintOnFirstPage? |
boolean |
レポートの最初に描画されたページにページヘッダまたはページフッタのどちらを表示するかを示す値を取得または設定します。 |
PrintOnLastPage? |
boolean |
レポートの最後に描画されたページにページヘッダまたはページフッタのどちらを表示するかを示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
ページセクションに含まれるレポートアイテムのコレクションを取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
ページセクションの外観情報を表します。 |
Style.BackgroundColor? |
string |
ページセクションの背景色を示す[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.BackgroundImage? |
BackgroundImage |
ページセクションの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
ページセクションのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
ページセクションの下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
ページセクションの左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
ページセクションの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
ページセクションの上罫線のプロパティを取得または設定します。 |
Ƭ ParameterValue: Object
レポートのパラメータの有効な値の値またはラベルのペアを表します。
名前 | 型 | 説明 |
---|---|---|
Label? |
string |
実行時にパラメータドロップダウンに表示するレポートのパラメータ値を説明するために使用するテキストを取得または設定します。 |
Value? |
string |
レポートのパラメータに使用する値を取得または設定します。 |
Ƭ ParameterValuesOrder: Object
名前 | 型 |
---|---|
Condition? |
"None" | "Value" | "Label" |
Direction? |
"Ascending" | "Descending" |
Ƭ Query: Object
DataSetのデータを実行して取得するために必要な情報を表します。
名前 | 型 | 説明 |
---|---|---|
CommandText? |
string |
DataSetのデータを取得するために実行するクエリを取得または設定します。 |
DataSourceName |
string |
クエリを実行する対象のデータソースの名前を取得または設定します。 |
Ƭ Rectangle: Object
レポート内の[Container](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/Container/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのContainerのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ConsumeWhiteSpace? |
boolean |
コンテンツが大きくなったときにContainer内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
Height? |
string |
Containerの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Containerのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるContainerに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
コンテナのコンテナの左側からのContainerの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Rectangleの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
Overflow? |
"Auto" | "Scroll" | "Clip" | "Grow" |
コンテンツが収まらない場合のコンテナの動作を示す値を取得または設定します。Autoは、既定の動作(レポートの場合はGrow、ダッシュボードの場合はScroll)を示します。Scrollは、コンテナのコンテンツがクリップされ、スクロールバーが表示されることを示します(ビューワでレポートレイアウトがダッシュボードの場合のみサポートされる)。Clipは、コンテナのコンテンツがクリップされることを示します。Growは、コンテナのサイズがコンテンツに合わせて拡大されることを示します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Containerによって行われた改ページの場所を示す値を取得または設定します。 |
ReportItems? |
ReportItem [] |
Containerに含まれるレポートアイテムのコレクションを示す値を取得または設定します。 |
RoundingRadius? |
RoundingRadius |
Containerの境界半径を示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
Containerのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Containerコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
Containerの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
Containerのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Containerの下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Containerの左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
Containerの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
Containerの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がContainerにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
コンテナのコンテナの上部からのContainerの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"rectangle" |
「rectangle」に設定する必要があります。 |
Visibility? |
Visibility |
Containerが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Containerの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Containerの積み重ね順を示す値を取得または設定します。 |
Ƭ Report: Object
レポートを表します。
名前 | 型 | 説明 |
---|---|---|
Author? |
string |
レポートの作成者を取得または設定します。 |
Body? |
Body |
レポートにあるページの本文のプロパティを示す値を取得または設定します。 |
Classes? |
{ ClassName? : string ; InstanceName? : string }[] |
- |
CodeModules? |
string [] |
- |
ConsumeContainerWhitespace? |
boolean |
コンテンツが大きくなったときにレポート内のすべての空白を使用するかどうかを示す値を取得または設定します。 |
DataSets? |
DataSet [] |
レポートのデータセットのコレクションを示す値を取得または設定します。 |
DataSources? |
DataSource [] |
レポートのデータソースのコレクションを示す値を取得または設定します。 |
Description? |
string |
レポートの説明を取得または設定します。 |
DocumentMap? |
DocumentMap |
レポートのマップのプロパティを示す値を取得または設定します。 |
EmbeddedImages? |
EmbeddedImage [] |
レポートの埋め込み画像のコレクションを示す値を取得または設定します。 |
FixedPage? |
{ DataSetName? : string ; Filters? : Filter [] ; Group? : Grouping ; Pages? : FixedPageSection [] ; SortExpressions? : SortExpression [] } |
ページの固定レイアウトのプロパティを表します。 |
FixedPage.DataSetName? |
string |
データをページレポートに連結するために使用するデータセットの名前を取得または設定します。 |
FixedPage.Filters? |
Filter [] |
ページレポートの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 |
FixedPage.Group? |
Grouping |
ページレポート内のデータをグループ化する式を示す値を取得または設定します。 |
FixedPage.Pages? |
FixedPageSection [] |
ページレポート内のページのコレクションを示す値を取得または設定します。 |
FixedPage.SortExpressions? |
SortExpression [] |
データを並べ替えるために、ページレポートのフィルタ処理されたデータに適用される式のコレクションを示す値を取得または設定します。 |
Language? |
string |
レポート内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
LayoutOrder? |
"ZOrder" | "NOrder" |
ページのレイアウト順(横方向または縦方向)を取得または設定します。 |
Name? |
string |
レポートの一意の識別子を取得または設定します。 |
Page? |
Page |
レポートにあるページの構造とレイアウト情報を示す値を取得または設定します。 |
PageFooter? |
PageSection |
レポートにあるページのフッタプロパティを示す値を取得または設定します。 |
PageHeader? |
PageSection |
レポートにあるページのヘッダプロパティを示す値を取得または設定します。 |
ReportParameters? |
ReportParameter [] |
レポートのパラメーターのコレクションを示す値を取得または設定します。 |
ReportSections? |
ReportSection [] |
- |
StartPageNumber? |
number |
レポートの最初のページの番号を示す値を取得または設定します。 |
ThemeUri? |
string |
レポートのテーマの場所を示す値を取得または設定します。 |
Themes? |
string [] |
レポートで使用可能なテーマのコレクションを示す値を取得または設定します。 |
Width? |
string |
レポートの本文の幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Ƭ ReportItem: Textbox
| Checkbox
| List
| Table
| Tablix
| Line
| Rectangle
| BandedList
| Subreport
| Shape
| TableOfContents
| Barcode
| DvChart
| Image
| Bullet
| FormattedText
| InputFieldText
| InputFieldCheckbox
| Sparkline
| RichtextPara
| RichtextHtml
| OverflowPlaceholder
サポートされているレポートアイテムの種類を表します。
Ƭ ReportItemType: "textbox"
| "checkbox"
| "list"
| "table"
| "tablix"
| "line"
| "rectangle"
| "bandedlist"
| "subreport"
| "shape"
| "tableofcontents"
| "barcode"
| "dvchart"
| "image"
| "bullet"
| "formattedtext"
| "inputfield"
| "sparkline"
| "richtext"
| "overflowplaceholder"
サポートされているレポートアイテムの種類の名前を表します。
Ƭ ReportParameter: Object
レポートのパラメータに関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
AllowBlank? |
boolean |
空の文字列がレポートパラメータの値として許可されているかどうかを示す値を取得または設定します。 |
DataType |
"String" | "Boolean" | "Date" | "DateTime" | "Integer" | "Float" |
レポートパラメータのデータ型を取得または設定します。 |
DefaultValue? |
DefaultValue |
ユーザーが値を指定しない場合に、レポートパラメータに使用する1つまたは複数のデフォルト値を取得または設定します。 |
DisplayFormat? |
string |
日付と時刻の形式を取得または設定します。 |
Hidden? |
boolean |
実行時にレポートパラメータがユーザーに表示されないかどうかを示す値を取得または設定します。 |
MultiValue? |
boolean |
レポートパラメータが単一の値ではなく値のセットを取ることができるかどうかを示す値を取得または設定します。 |
Multiline? |
boolean |
レポートパラメータ値の入力コントロールが複数行を許可するかどうかを示す値を取得または設定します。 |
Name |
string |
レポートパラメータの一意の識別子を取得または設定します。 |
Nullable? |
boolean |
レポートパラメータの値をnullにできるかどうかを示す値を取得または設定します。 |
Prompt? |
string |
レポートパラメータの1つまたは複数の値を指定するようにユーザーに求めるときに使用するテキストまたは[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
SelectAllValue? |
string |
複数値を含んだレポートパラメータの入力に[すべて選択]オプションを使用したときに表示されるテキストを取得または設定します。 |
ValidValues? |
ValidValues |
レポートパラメータに使用できる可能な値を取得または設定します。 |
Ƭ ReportSection: { Body?
: Body
; DataElementName?
: string
; DataElementOutput?
: DataElementOutput
; DisplayName?
: string
; Name
: string
; Page?
: Page
; PageFooter?
: PageSection
; PageHeader?
: PageSection
; Type
: "Continuous"
; Width?
: string
} | { DataElementName?
: string
; DataElementOutput?
: DataElementOutput
; DisplayName?
: string
; FixedPage?
: { DataElementName?
: string
; DataElementOutput?
: DataElementOutput
; DataSetName?
: string
; Filters?
: Filter
[] ; Group?
: Grouping
; Pages?
: FixedPageSection
[] ; SortExpressions?
: SortExpression
[] } ; Name
: string
; Page?
: Page
; Type
: "FixedPage"
; Width?
: string
}
Ƭ Richtext: RichtextPara
| RichtextHtml
Ƭ RichtextHtml: Object
レポート内の[MixedFormatText](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Visualizers/RichText/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのMixedFormatTextのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します インタラクティブアクションをブックマークします。 |
CanGrow? |
boolean |
MixedFormatTextの高さがその内容に一致するように増加できるかどうかを示す値を取得または設定します。 |
Height? |
string |
MixedFormatTextの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、MixedFormatTextのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるMixedFormatTextに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
リッチテキストのコンテナの左側からMixedFormatTextまでの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
MixedFormatTextの一意の識別子を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
MixedFormatTextのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
MixedFormatTextコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
MixedFormatTextの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
MixedFormatTextのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
MixedFormatTextの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
MixedFormatTextコントロール内のテキストの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.FontFamily? |
string |
MixedFormatText内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
MixedFormatText内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
MixedFormatText内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
MixedFormatText内のテキストのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.LeftBorder? |
BorderStyle |
MixedFormatTextの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
MixedFormatTextの下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
MixedFormatTextの左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
MixedFormatTextの右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
MixedFormatTextの上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
MixedFormatTextの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
MixedFormatTexttの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がMixedFormatTextにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
リッチテキストのコンテナの上部からMixedFormatTextまでの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"richtext" |
「richtext」に設定する必要があります。 |
Value? |
string |
MixedFormatTextに表示される値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Visibility? |
Visibility |
MixedFormatTextが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
MixedFormatTextの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
MixedFormatTextの積み重ね順を示す値を取得または設定します。 |
Ƭ RoundingRadius: Object
コンテナの境界半径を表します。
名前 | 型 | 説明 |
---|---|---|
BottomLeft? |
string |
コンテナの左下の境界半径を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
BottomRight? |
string |
コンテナの右下の境界半径を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Default? |
string |
コンテナのデフォルトの境界半径を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
TopLeft? |
string |
コンテナの左上の境界半径を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
TopRight? |
string |
コンテナの右上の境界半径を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Ƭ Shape: Object
レポート内の[Shape](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/Shape/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのShapeのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します インタラクティブアクションをブックマークします。 |
Height? |
string |
Shapeの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるShapeに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
図形のコンテナの左側からShapeまでの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Shapeの一意の識別子を取得または設定します。 |
RoundingRadius? |
RoundingRadius |
図形の境界半径を示す値を取得または設定します。 |
ShapeStyle? |
string |
図形の種類を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、次のようになります。 value 「Rectangle」は長方形図形を示します。 value 「RoundRect」は、丸い端の長方形図形を示します。 value 「Ellipse」は楕円形を示します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
Shapeのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Shapeコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
Shapeの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
Shapeのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Shapeの下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Shapeの左罫線のプロパティを取得または設定します。 |
Style.RightBorder? |
BorderStyle |
Shapeの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
Shapeの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がShapeにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
図形のコンテナの上部からShapeまでの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"shape" |
「shape」に設定する必要があります。 |
Visibility? |
Visibility |
Shapeが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Shapeの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Shapeの積み重ね順を示す値を取得または設定します。 |
Ƭ SortExpression: Object
並べ替えに使用される式を表します。
名前 | 型 | 説明 |
---|---|---|
Direction? |
"Ascending" | "Descending" |
ソート順を示す値を取得または設定します。 value 「Ascending」は、データが昇順で並べ替えられていることを示します。 value 「Descending」は、データが降順で並べ替えられていることを示します。 default "Ascending" |
Value? |
string |
順序付けするデータを生成する[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Ƭ Sparkline: Object
レポート内の[Sparkline](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/Sparkline/index) のプロパティを表します。
Ƭ SparklineGradientStyle: "None"
| "LeftRight"
| "TopBottom"
| "Center"
| "DiagonalLeft"
| "DiagonalRight"
| "HorizontalCenter"
| "VerticalCenter"
スパークラインの背景グラデーションの種類を表します。
Ƭ Subreport: Object
レポート内の[Subreport](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/Subreport/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのSubreportのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Height? |
string |
Subreportの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Subreportのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるSubreportに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
SubReportのコンテナの左側からのSubreportの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Subreportの一意の識別子を取得または設定します。 |
NoRowsMessage? |
string |
Subreportに使用できるデータの行がない場合に、サブレポートのレイアウトの代わりに描画するテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Parameters? |
{ Omit? : string ; ParameterName? : string ; Value? : string }[] |
Subreportに評価されて渡されるパラメータを示す値を取得または設定します。 |
ReportName? |
string |
Subreportに使用するレポート定義の場所、または[カスタムリソースロケーター](https://demo.grapecity.com/activereportsjs/docs/DeveloperGuide/ActiveReportsJSViewer/LoadingReports/ResourceLocator) によって解決されるIDのいずれかを示す値を取得または設定します。 |
Style? |
{ Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; Direction? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; Language? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextAlign? : string ; TextDecoration? : string ; TopBorder? : BorderStyle ; VerticalAlign? : string ; WritingMode? : string } |
Subreportのスタイル情報を表します。 |
Style.Border? |
BorderStyle |
Subreportのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Subreportの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
NoRowsMessageの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.Direction? |
string |
NoRowsMessage内のテキストを左から右方向に記述するか、または右から左方向に記述するかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「LTR」は、テキストを左から右方向に記述することを示します。 value 「RTL」は、テキストを右から左向に記述することを示します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
NoRowsMessage内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
NoRowsMessage内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
CheckBox内のテキストフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
NoRowsMessage内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Subreportの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Tableの下端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Tableの左端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Tableの右端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Tableの上端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Subreportの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
NoRowsMessage内のテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、Subreportが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、Subreportがテキストを左に配置することを示します。 value 「Right」は、Subreportがテキストを右に配置することを示します。 value 「Center」は、Subreportがテキストを中央に配置することを示します。 value 「Justify」は、Subreportが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
NoRowsMessage内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Subreportの上罫線のプロパティを取得または設定します。 |
Style.VerticalAlign? |
string |
NoRowsMessage内のテキストの垂直方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Top」はテキストを上揃えで示します。 value 「Middle」はテキストを中央揃えで示します。 value 「Bottom」はテキストを下揃えで示します。 |
Style.WritingMode? |
string |
NoRowsMessage内のテキストが水平方向または垂直方向に配置されているか、およびテキストの移動方向を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「lr-tb」は、TextBox.Directionが「LTR」の場合、テキストコンテンツが左から右の水平方向に移動することを示します。「RTL」方向の場合、コンテンツは右から左の水平方向に移動します。次の水平線は前の線の下にあります。 value 「tb-rl」は、TextBox.DirectionがLTRの場合、テキストコンテンツが上から下の垂直方向に移動し、次の垂直線が前の行の左側にあることを示します。RTL方向の場合、コンテンツは下から上の垂直方向に移動し、次の垂直線は前の線の右側にあります。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がSubreportにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
SubReportのコンテナの上部からのSubreportの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"subreport" |
「subreport」に設定する必要があります。 |
Visibility? |
Visibility |
SubReportが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Subreportの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
SubReportの積み重ね順を示す値を取得または設定します。 |
Ƭ Table: Object
レポート内の[Table](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/Table/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのTableのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
DataSetName? |
string |
Tableにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Details? |
TableDetails |
Tableの詳細行のコレクションを示す値を取得または設定します。 |
Filters? |
Filter [] |
Tableの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 |
FixedHeight? |
string |
Tableの[固定の高さ](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA) を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
FixedWidth? |
string |
Tableの[固定の幅](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA) を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Footer? |
TableFooter |
Tableのフッタ行のコレクションを示す値を取得または設定します。 |
FrozenColumns? |
number |
レポートをゲラモードでプレビューする時に、ビューワの表示領域に収まらないコンテンツをスクロールする時に表示されたままにする列の数を示す値を取得または設定します。 |
FrozenRows? |
number |
レポートをゲラモードでプレビューする時に、ビューワの表示領域に収まらないコンテンツをスクロールする時に表示されたままにする行の数を示す値を取得または設定します。 |
Header? |
TableHeader |
Tableのヘッダ行のコレクションを示す値を取得または設定します。 |
Height? |
string |
Tableの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Tableのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるTableに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
テーブルのコンテナの左側からのTableの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
テーブルの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NewSection? |
boolean |
Tableにページ番号があることを示す値を取得または設定します。 |
NoRowsMessage? |
string |
Tableに使用できるデータ行がない場合に、リストレイアウトの代わりに描画するテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
OverflowName? |
string |
固定Tableレイアウトの[OverflowPlaceHolder](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Controls/Overflow-Placeholder) の名前を示す値を取得または設定します |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Tableによって行われた改ページの場所を示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なTableフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
RepeatBlankRows? |
"None" | "FillPage" | "FillGroup" |
- |
RepeatToFill? |
boolean |
固定テーブルレイアウトで未使用の空白を空のテーブル行で埋めるかどうかを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
繰り返されるテーブル行を並べ替えるための式のコレクションを示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; Direction? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; Language? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextAlign? : string ; TextDecoration? : string ; TopBorder? : BorderStyle ; VerticalAlign? : string ; WritingMode? : string } |
Tableのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Tableコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
Tableの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
Tableのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Tableの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
NoRowsMessageの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.Direction? |
string |
NoRowsMessage内のテキストを左から右方向に記述するか、または右から左方向に記述するかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「LTR」は、テキストを左から右方向に記述することを示します。 value 「RTL」は、テキストを右から左向に記述することを示します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
NoRowsMessage内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
NoRowsMessage内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
CheckBox内のテキストフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
NoRowsMessage内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Tableの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Tableの下端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Tableの左端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Tableの右端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Tableの上端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Tableの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
NoRowsMessage内のテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、Tableが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、Tableがテキストを左に配置することを示します。 value 「Right」は、Tableがテキストを右に配置することを示します。 value 「Center」は、Tableがテキストを中央に配置することを示します。 value 「Justify」は、Tableが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
NoRowsMessage内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Tableの上罫線のプロパティを取得または設定します。 |
Style.VerticalAlign? |
string |
NoRowsMessage内のテキストの垂直方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Top」はテキストを上揃えで示します。 value 「Middle」はテキストを中央揃えで示します。 value 「Bottom」はテキストを下揃えで示します。 |
Style.WritingMode? |
string |
NoRowsMessage内のテキストが水平方向または垂直方向に配置されているか、およびテキストの移動方向を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「lr-tb」は、TextBox.Directionが「LTR」の場合、テキストコンテンツが左から右の水平方向に移動することを示します。「RTL」方向の場合、コンテンツは右から左の水平方向に移動します。次の水平線は前の線の下にあります。 value 「tb-rl」は、TextBox.DirectionがLTRの場合、テキストコンテンツが上から下の垂直方向に移動し、次の垂直線が前の行の左側にあることを示します。RTL方向の場合、コンテンツは下から上の垂直方向に移動し、次の垂直線は前の線の右側にあります。 |
TableColumns? |
TableColumn [] |
Tableの列のコレクションを示す値を取得または設定します。 |
TableGroups? |
TableGroup [] |
テーブルのグループ式、グループヘッダ、およびグループフッタで構成されるテーブルグループのコレクションを示す値を取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がTableにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
テーブルのコンテナの上部からのTableの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"table" |
「table」に設定する必要があります。 |
Visibility? |
Visibility |
Tableが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Tableの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Tableの積み重ね順を示す値を取得または設定します。 |
Ƭ TableCell: Object
Tableのセルの内容を表します。
名前 | 型 | 説明 |
---|---|---|
ColSpan? |
number |
セルがまたがる列数を示す値を取得または設定します。 |
Item |
ReportItem |
Tableのセルに含まれるレポートアイテムを示す値を取得または設定します。 |
RowSpan? |
number |
セルがまたがる行数を示す値を取得または設定します。 |
Ƭ TableColumn: Object
Tableの列を表します。
名前 | 型 | 説明 |
---|---|---|
AutoWidth? |
"None" | "Proportional" |
- |
Visibility? |
Visibility |
Table内で列が存在するかどうかを示す値を取得または設定します。 |
Width? |
string |
列幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Ƭ TableDetails: Object
Tableの詳細行を表します。
名前 | 型 | 説明 |
---|---|---|
Group? |
Grouping |
Table内の詳細データをグループ化するための式を示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
Table内の詳細データを並べ替えるための式のコレクションを示す値を取得または設定します。 |
TableRows? |
TableRow [] |
Tableの詳細行のコレクションを示す値を取得または設定します。 |
Visibility? |
Visibility |
Table内の詳細行の存在を示す値を取得または設定します。 |
Ƭ TableFooter: Object
Tableのフッタ行を表します。
名前 | 型 | 説明 |
---|---|---|
PrintAtBottom? |
boolean |
テーブルフッタが常にページの下部に印刷されるかどうかを示す値を取得または設定します。 |
RepeatOnNewPage? |
boolean |
フッタの親テーブルが描画されるすべてのページで、描画されたヘッダ行が繰り返されるかどうかを示す値を取得または設定します。 |
TableRows? |
TableRow [] |
Tableのフッタ行のコレクションを示す値を取得または設定します。 |
Ƭ TableGroup: Object
Tableのグループを表します。
名前 | 型 | 説明 |
---|---|---|
Footer? |
TableFooter |
TableGroupのフッタを示す値を取得または設定します。 |
Group? |
Grouping |
TableGroup内のデータをグループ化するための式を示す値を取得または設定します。 |
Header? |
TableHeader |
TableGroupのヘッダを示す値を取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、TableGroupのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
PreventOrphanedFooter? |
boolean |
孤独なTableGroupフッタを防止する必要があるかどうかを示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
TableGroup内のデータを処理するための式のコレクションを示す値を取得または設定します。 |
Visibility? |
Visibility |
TableGroupの存在を示す値を取得または設定します。 |
Ƭ TableHeader: Object
Tableのヘッダ行を表します。
名前 | 型 | 説明 |
---|---|---|
RepeatOnNewPage? |
boolean |
ヘッダの親テーブルが描画されるすべてのページで、描画されたヘッダ行が繰り返されるかどうかを示す値を取得または設定します。 |
TableRows? |
TableRow [] |
Tableのヘッダ行のコレクションを示す値を取得または設定します。 |
Ƭ TableOfContents: Object
レポート内の[TableOfContents](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/TableOfContents/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションの目次のIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Height? |
string |
目次の高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Left? |
string |
コンテナの左側から目次までの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Levels? |
TableOfContentsLevel [] |
目次の階層内のレベルのコレクションを示す値を取得または設定します。 |
Name |
string |
目次の一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
目次によって行われた改ページの場所を示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; LeftBorder? : BorderStyle ; MaxLevel? : string ; RightBorder? : BorderStyle ; TopBorder? : BorderStyle } |
目次のスタイル情報を表します。 |
Style.BackgroundColor? |
string |
TableOfContentsコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Border? |
BorderStyle |
TableOfContentsのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
TableOfContentsの下罫線のプロパティを取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
TableOfContentsの左罫線のプロパティを取得または設定します。 |
Style.MaxLevel? |
string |
見出しマップの最大レベル数を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.RightBorder? |
BorderStyle |
TableOfContentsの右罫線のプロパティを取得または設定します。 |
Style.TopBorder? |
BorderStyle |
TableOfContentsの上罫線のプロパティを取得または設定します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者が目次にカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
コンテナの上部から目次までの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Type |
"tableofcontents" |
「tableofcontents」に設定する必要があります。 |
Visibility? |
Visibility |
目次を非表示にするかどうかを示す値を取得または設定します |
Width? |
string |
目次の幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
ZIndex? |
number |
目次の積み重ね順を示す値を取得または設定します。 |
Ƭ TableOfContentsLevel: Object
目次の階層のレベルを表します。
名前 | 型 | 説明 |
---|---|---|
DisplayFillCharacters? |
boolean |
レベルがテキストとページ番号の間のスペースを埋める必要があるかどうかを示す値を取得または設定します。 |
DisplayPageNumber? |
boolean |
レベルにページ番号を表示する必要があるかどうかを示す値を取得または設定します。 |
LevelName? |
string |
目次のレベルの一意の識別子を示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; LeadingChar? : string ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; TextAlign? : string ; TextDecoration? : string ; TextIndent? : string } |
目次のレベルのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
TableOfContentsコントロールのレベルのの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.Color? |
string |
見出しレベルのテキストの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.FontFamily? |
string |
見出しレベルのテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
見出しレベルのテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
見出しレベルのテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
見出しレベルのテキストのフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.LeadingChar? |
string |
テキストとページ番号の間のスペースを埋めるために使用する先頭の文字列を示す値を取得または設定します。 |
Style.PaddingBottom? |
string |
TableOfContentsの下端と見出しレベルのテキストの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
TableOfContentsの左端と見出しレベルのテキストの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
TableOfContentsの右端と見出しレベルのテキストの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
TableOfContentsの上端と見出しレベルのテキストの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.TextAlign? |
string |
見出しレベルのテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、Levelが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、Levelがテキストを左に配置することを示します。 value 「Right」は、Levelがテキストを右に配置することを示します。 value 「Center」は、Levelがテキストを中央に配置することを示します。 value 「Justify」は、Levelが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
見出しレベルのテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TextIndent? |
string |
見出しレベルのテキストのインデント量を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Ƭ TableRow: Object
テーブル内のセルの行を表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
Tableの行に関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
Height? |
string |
行の高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
TableCells? |
TableCell [] |
Tableの行の内容を示す値を取得または設定します。 |
Visibility? |
Visibility |
Table内で行が存在するかどうかを示す値を取得または設定します。 |
Ƭ Tablix: Object
レポート内の[Tablix](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/Tablix/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Body? |
TablixBody |
Tablixの本体を示す値を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのTablixのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ColumnHierarchy? |
TablixHierarchy |
Tablixの列階層を示す値を取得または設定します。 |
Corner? |
TablixCornerRow [] |
Tablixのコーナーを示す値を取得または設定します。 |
DataSetName? |
string |
Tablixにデータをバインドするために使用するデータセットの名前を取得または設定します。 |
Filters? |
Filter [] |
Tablixの各行のデータに適用されるフィルタのコレクションを示す値を取得または設定します。 |
FixedHeight? |
string |
Tablixの[固定の高さ](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA) を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
FixedWidth? |
string |
Tablixの[固定の幅](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Layouts/index#%E5%9B%BA%E5%AE%9A%E3%82%B5%E3%82%A4%E3%82%BA) を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
FrozenColumns? |
number |
レポートをゲラモードでプレビューする時に、ビューワの表示領域に収まらないコンテンツをスクロールする時に表示されたままにする列の数を示す値を取得または設定します。 |
FrozenRows? |
number |
レポートをゲラモードでプレビューする時に、ビューワの表示領域に収まらないコンテンツをスクロールする時に表示されたままにする行の数を示す値を取得または設定します。 |
GroupsBeforeRowHeaders? |
number |
Tablix行ヘッダの前に描画する最初のTablixの列グループの動的メンバー列の数を示す値を取得または設定します。 |
Height? |
string |
Tablixの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Tablixのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるTablixに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
LayoutDirection? |
"LTR" | "RTL" |
Tablix列のレイアウト方向を示す値を取得または設定します。 value 「LTR」は、Tablixの列が左から右に向かって描画されることを示します。. value 「RTL」は、Tablixの列が右から左に向かって描画されることを示します。 |
Left? |
string |
Tablixのコンテナの左側からのTablixの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Tablixの一意の識別子を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NewSection? |
boolean |
Tablixにページ番号があることを示す値を取得または設定します。 |
NoRowsMessage? |
string |
Tablixに使用できるデータ行がない場合に、Tablixレイアウトの代わりに描画するテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
OverflowName? |
string |
固定Tablixレイアウトの[OverflowPlaceHolder](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Controls/Overflow-Placeholder) の名前を示す値を取得または設定します |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Tablixによって行われた改ページの場所を示す値を取得または設定します。 |
RepeatColumnHeaders? |
boolean |
列が改ページを通過する各ページでTablixの列ヘッダが繰り返されるかどうかを示す値を取得または設定します。 |
RepeatRowHeaders? |
boolean |
行が改ページを通過する各ページでTablixの行ヘッダが繰り返されるかどうかを示す値を取得または設定します。 |
RowHierarchy? |
TablixHierarchy |
Tablixの行階層を示す値を取得または設定します。 |
SortExpressions? |
SortExpression [] |
データを順序付けるため、Tablixのフィルタ処理されたデータに適用される式のコレクションを示す値を取得または設定します。 |
Style? |
{ BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; Color? : string ; Direction? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; Language? : string ; LeftBorder? : BorderStyle ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; TextAlign? : string ; TextDecoration? : string ; TopBorder? : BorderStyle ; VerticalAlign? : string ; WritingMode? : string } |
Tablixのスタイル情報を表します。 |
Style.BackgroundColor? |
string |
Tablixコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
Tablixの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
Tablixのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
Tablixの下罫線のプロパティを取得または設定します。 |
Style.Color? |
string |
NoRowsMessageの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.Direction? |
string |
NoRowsMessage内のテキストを左から右方向に記述するか、または右から左方向に記述するかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「LTR」は、テキストを左から右方向に記述することを示します。 value 「RTL」は、テキストを右から左向に記述することを示します。 |
Style.FontFamily? |
string |
NoRowsMessage内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
NoRowsMessage内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
NoRowsMessage内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
CheckBox内のテキストフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
NoRowsMessage内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.Language? |
string |
NoRowsMessage内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
Tablixの左罫線のプロパティを取得または設定します。 |
Style.PaddingBottom? |
string |
Listの下端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
Listの左端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
Listの右端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
Listの上端とNoRowsMessageの間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
Tablixの右罫線のプロパティを取得または設定します。 |
Style.TextAlign? |
string |
NoRowsMessage内のテキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、Tablixが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、Tablixがテキストを左に配置することを示します。 value 「Right」は、Tablixがテキストを右に配置することを示します。 value 「Center」は、Tablixがテキストを中央に配置することを示します。 value 「Justify」は、Tablixが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
NoRowsMessage内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TopBorder? |
BorderStyle |
Tablixの上罫線のプロパティを取得または設定します。 |
Style.VerticalAlign? |
string |
NoRowsMessage内のテキストの垂直方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Top」はテキストを上揃えで示します。 value 「Middle」はテキストを中央揃えで示します。 value 「Bottom」はテキストを下揃えで示します。 |
Style.WritingMode? |
string |
NoRowsMessage内のテキストが水平方向または垂直方向に配置されているか、およびテキストの移動方向を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「lr-tb」は、TextBox.Directionが「LTR」の場合、テキストコンテンツが左から右の水平方向に移動することを示します。「RTL」方向の場合、コンテンツは右から左の水平方向に移動します。次の水平線は前の線の下にあります。 value 「tb-rl」は、TextBox.DirectionがLTRの場合、テキストコンテンツが上から下の垂直方向に移動し、次の垂直線が前の行の左側にあることを示します。RTL方向の場合、コンテンツは下から上の垂直方向に移動し、次の垂直線は前の線の右側にあります。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がTablixにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
Tablixのコンテナの上部からのTablixの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"tablix" |
「tablix」に設定する必要があります。 |
Visibility? |
Visibility |
Tablixが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Tablixの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Tablixの積み重ね順を示す値を取得または設定します。 |
Ƭ TablixBody: Object
Tablixの行と列を表します。
名前 | 型 | 説明 |
---|---|---|
Columns? |
string [] |
Tablixの本体の列幅を示す値を取得または設定します。幅は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で指定する必要があります。 |
Rows? |
TablixBodyRow [] |
Tablixの本体の行を示す値を取得または設定します。 |
Ƭ TablixBodyCell: Object
TablixBodyのセルの内容を表します。
名前 | 型 | 説明 |
---|---|---|
ColSpan? |
number |
セルがまたがる列数を示す値を取得または設定します。 |
Item? |
ReportItem |
TablixBodyのセルに含まれるレポートアイテムを示す値を取得または設定します。 |
RowSpan? |
number |
セルがまたがる行数を示す値を取得または設定します。 |
Ƭ TablixBodyRow: Object
Tablix本体を形成するセルのコレクションを表します。
名前 | 型 | 説明 |
---|---|---|
Cells? |
TablixBodyCell [] |
Tablixの本体にある行のセルのコレクションを示す値を取得または設定します。 |
Height? |
string |
Tablix内で行の高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)で取得または設定します。 |
Ƭ TablixCornerCell: Object
Tablixのコーナー領域のセルの内容を表します。
名前 | 型 | 説明 |
---|---|---|
ColSpan? |
number |
セルがまたがる列数を示す値を取得または設定します。 |
Item? |
ReportItem |
Tablixのコーナー領域のセルに含まれるレポートアイテムを示す値を取得または設定します。 |
RowSpan? |
number |
セルがまたがる行数を示す値を取得または設定します。 |
Ƭ TablixCornerRow: TablixCornerCell
[]
Tablixのコーナー領域の行を表します。
Ƭ TablixGrouping: Object
Tablixで結果のデータ分類のデータとプロパティを分類するための式を表します。
名前 | 型 | 説明 |
---|---|---|
DocumentMapLabel? |
string |
見出マップと目次に表示されるTablixグループインスタンスに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Filters? |
Filter [] |
Tablixグループのフィルタのコレクションを示す値を取得または設定します。 |
GroupExpressions? |
string [] |
Tablixグループの[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) のコレクションを示す値を取得または設定します。 |
Name? |
string |
Tablixグループの一意の識別子を示す値を取得または設定します。 |
NewPage? |
"Next" | "Odd" | "Even" |
- |
NewSection? |
boolean |
Tablixメンバーにページ番号があることを示す値を取得または設定します。 |
PageBreak? |
"None" | "Start" | "End" | "StartAndEnd" | "Between" |
Tablixグループによって行われた改ページの場所を示す値を取得または設定します。 |
PageBreakDisabled? |
string |
生成されたページ分割を無効にするかどうかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、「true」または「false」のいずれかである必要があります。 |
ParentGroup? |
string |
親グループのIDを示す値を取得または設定します。 |
PrintFooterAtBottom? |
boolean |
グループフッタが常にページの下部に印刷されるかどうかを示す値を取得または設定します。 |
Ƭ TablixHeader: Object
Tablixの列グループまたは行グループの領域のコンテンツを表します。
名前 | 型 | 説明 |
---|---|---|
Item? |
ReportItem |
Tablixのヘッダ領域に含まれるレポートアイテムを示す値を取得または設定します。 |
Ƭ TablixHierarchy: Object
TablixのTablix階層のメンバーを表します。
名前 | 型 | 説明 |
---|---|---|
Members? |
TablixMember [] |
Tablix階層のメンバーを示す値を取得または設定します。 |
Ƭ TablixMember: { BodyCount?
: number
; BodyIndex?
: number
; Group?
: TablixGrouping
; Header?
: TablixHeader
; KeepTogether?
: boolean
; KeepWithGroup?
: "None"
| "Before"
| "After"
; RepeatOnNewPage?
: boolean
; SortExpressions?
: SortExpression
[] ; Visibility?
: Visibility
} & { Children?
: TablixMember
[] }
Tablix階層内の項目の構造を表します。
Ƭ TextRunImage: Object
名前 | 型 |
---|---|
Action? |
Action |
Height? |
string |
Label? |
string |
MIMEType? |
string |
Source? |
"External" | "Embedded" | "Database" |
ToolTip? |
string |
Type |
"image" |
Value? |
string |
Width? |
string |
Ƭ TextRunText: Object
名前 | 型 |
---|---|
Action? |
Action |
Label? |
string |
Style? |
{ BackgroundColor? : string ; Color? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : "Default" | "Normal" | "Italic" ; FontWeight? : "Default" | "Normal" | "Lighter" | "Thin" | "ExtraLight" | "Light" | "Medium" | "SemiBold" | "Bold" | "ExtraBold" | "Heavy" | "Bolder" ; LineSpacing? : string ; TextAlign? : "Center" | "Left" | "Right" ; TextDecoration? : "Default" | "None" | "Underline" | "DoubleUnderline" | "Overline" | "LineThrough" } & { Subscript? : string ; Superscript? : string } |
StyleName? |
string |
ToolTip? |
string |
Type |
"text" |
Value? |
string |
Ƭ Textbox: Object
レポート内の[Textbox](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Visualizers/TextBox/index) のプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Action? |
Action |
Textboxに関連付けられたアクション(ハイパーリンクなど)を取得または設定します。 |
Bookmark? |
string |
[Jump to Bookmark]対話的なアクションのTextboxのIDを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
CanGrow? |
boolean |
Textboxの高さがその内容に一致するように増加できるかどうかを示す値を取得または設定します。 |
CanShrink? |
boolean |
Textboxの高さがその内容に一致するように減少できるかどうかを示す値を取得または設定します。 |
Height? |
string |
Textboxの高さを示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
KeepTogether? |
boolean |
可能であれば、Textboxのコンテンツ全体を1つのページ内に収める必要があるかどうかを示す値を取得または設定します。 |
Label? |
string |
見出マップと目次に表示されるTextboxに関連付けられたテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Left? |
string |
テキストボックスのコンテナの左側からのTextboxの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Name |
string |
Textboxの一意の識別子を取得または設定します。 |
Style? |
{ Angle? : string ; BackgroundColor? : string ; BackgroundImage? : BackgroundImage ; Border? : BorderStyle ; BottomBorder? : BorderStyle ; CharacterSpacing? : string ; Color? : string ; Direction? : string ; FontFamily? : string ; FontSize? : string ; FontStyle? : string ; FontWeight? : string ; Format? : string ; HeadingLevel? : string ; Language? : string ; LeftBorder? : BorderStyle ; LineSpacing? : string ; MinCondenseRate? : string ; PaddingBottom? : string ; PaddingLeft? : string ; PaddingRight? : string ; PaddingTop? : string ; RightBorder? : BorderStyle ; ShrinkToFit? : string ; TextAlign? : string ; TextDecoration? : string ; TextJustify? : "Auto" | "Distribute" | "DistributeAllLines" ; TopBorder? : BorderStyle ; VerticalAlign? : string ; WrapMode? : string ; WritingMode? : string } |
Textboxのスタイル情報を表します。 |
Style.Angle? |
string |
テキストのベースラインを基準にした角度でテキストの回転を定義する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は数値である必要があります。 |
Style.BackgroundColor? |
string |
TextBoxコントロールの背景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、[HTMLの色名](https://www.w3schools.com/colors/colors\_hex.asp)または#face0d などの16進数の色である必要があります。 |
Style.BackgroundImage? |
BackgroundImage |
Textboxの背景画像のプロパティを取得または設定します。 |
Style.Border? |
BorderStyle |
テキストボックスのデフォルトの罫線のプロパティを取得または設定します。 |
Style.BottomBorder? |
BorderStyle |
ページレポートの下罫線のプロパティを取得または設定します。 |
Style.CharacterSpacing? |
string |
テキストボックスのテキストの文字間隔を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.Color? |
string |
Textboxコントロールの前景色を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。値または式の結果は、[クロスブラウザーの色名](https://www.w3schools.com/colors/colors\_hex.asp) または#face0d などの16進色コードである必要があります。 |
Style.Direction? |
string |
テキストボックス内のテキストを左から右方向に記述するか、または右から左方向に記述するかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「LTR」は、テキストを左から右方向に記述することを示します。 value 「RTL」は、テキストを右から左向に記述することを示します。 |
Style.FontFamily? |
string |
TextBox内のテキストのフォント名を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.FontSize? |
string |
TextBox内のテキストのフォントサイズを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.FontStyle? |
string |
TextBox内のテキストのフォントスタイルを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のようになります。 value 「Normal」は、フォントが斜体になっていないことを示します。 value 「Italic」は、フォントが斜体であることを示します。 |
Style.FontWeight? |
string |
TextBox内のフォントの太さを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Thin」は、CSSフォントの太さ100に一致するフォントの太さを示します。 value 「ExtraLight」は、CSSフォントの太さ200に一致するフォントの太さを示します。 value 「Light」は、CSSフォントの太さ300に一致するフォントの太さを示します。 value 「Normal」は、CSSフォントの太さ400に一致するフォントの太さを示します。 value 「Medium」は、CSSフォントの太さ500に一致するフォントの太さを示します。 value 「SemiBold」は、CSSフォントの太さ600に一致するフォントの太さを示します。 value 「Bold」は、CSSフォントの太さ700に一致するフォントの太さを示します。 value 「ExtraBold」は、CSSフォントの太さ800に一致するフォントの太さを示します。 value 「Heavy」は、CSSフォントの太さ900に一致するフォントの太さを示します。 |
Style.Format? |
string |
TextBox内の数値をフォーマットするときに使用される書式指定文字列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。サポートされている形式は次のとおりです。 [標準の数値書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-numeric-format-strings) - [カスタム数値形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings) - [標準の日時書式指定文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/standard-date-and-time-format-strings) - [カスタム日時形式文字列](https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings) |
Style.HeadingLevel? |
string |
目次でテキストボックスのコンテンツの位置を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は数値である必要があります。 |
Style.Language? |
string |
TextBox内の日付と数値の書式設定に使用するデフォルトの言語を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.LeftBorder? |
BorderStyle |
ページレポートの左罫線のプロパティを取得または設定します。 |
Style.LineSpacing? |
string |
テキストボックスの行の高さを決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.MinCondenseRate? |
string |
元のフォントサイズに対する縮小されたフォントサイズの比率の下限を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、50%などのパーセント値である必要があります。 |
Style.PaddingBottom? |
string |
テキストボックスの下端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingLeft? |
string |
テキストボックスの左端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingRight? |
string |
テキストボックスの右端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.PaddingTop? |
string |
テキストボックスの上端とその内容の間のパディングを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index)である必要があります。 |
Style.RightBorder? |
BorderStyle |
ページレポートの右罫線のプロパティを取得または設定します。 |
Style.ShrinkToFit? |
string |
レポートコントロールに収まるまでテキストボックスのコンテンツのサイズを縮小するかどうかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。 |
Style.TextAlign? |
string |
テキストの水平方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「General」は、TextBoxが数字と日付を右に、その他すべてのものを左に配置することを示します。 value 「Left」は、TextBoxがテキストを左に配置することを示します。 value 「Right」は、TextBoxがテキストを右に配置することを示します。 value 「Center」は、TextBoxがテキストを中央に配置することを示します。 value 「Justify」は、TextBoxが複数行のテキストを引き伸ばして、各行の幅が等しくなることを示します。 |
Style.TextDecoration? |
string |
TextBox内のテキストの書式設定を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「None」は、テキストの書式設定がないことを示します。 value 「Underline」は、テキストに下線が引かれていることを示します。 value 「Overline」は、テキストにオーバーラインがあることを示します。 value 「LineThrough」は、テキストに取り消し線があることを示します。 |
Style.TextJustify? |
"Auto" | "Distribute" | "DistributeAllLines" |
[水平方向の整列]がJustifyに設定されるときにテキストボックス内のテキストの配置を示す値を取得または設定します。 value 「Auto」は、テキストボックスが最後の行を除いて単語間隔を変更することを示します。 value 「Distribute」は「Auto」と同じです。 value 「DistributeAllLines」は、テキストボックスがすべての行の単語間隔を変更することを示します。 |
Style.TopBorder? |
BorderStyle |
ページレポートの上罫線のプロパティを取得または設定します。 |
Style.VerticalAlign? |
string |
TextBox内のテキストの垂直方向の整列を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「Top」はテキストを上揃えで示します。 value 「Middle」はテキストを中央揃えで示します。 value 「Bottom」はテキストを下揃えで示します。 |
Style.WrapMode? |
string |
TextBoxの行末に到達したときに単語がどのように分割されるかを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「NoWrap」は、改行が発生しないことを示します。 value 「CharWrap」は、任意の文字で改行が発生することを示します。 value 「WordWrap」は、単語の終わりで改行が発生することを示します。 |
Style.WritingMode? |
string |
TextBox内のテキストが水平方向または垂直方向に配置されているか、およびテキストの移動方向を示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果は、次のいずれかになります。 value 「lr-tb」は、TextBox.Directionが「LTR」の場合、テキストコンテンツが左から右の水平方向に移動することを示します。「RTL」方向の場合、コンテンツは右から左の水平方向に移動します。次の水平線は前の線の下にあります。 value 「tb-rl」は、TextBox.DirectionがLTRの場合、テキストコンテンツが上から下の垂直方向に移動し、次の垂直線が前の行の左側にあることを示します。RTL方向の場合、コンテンツは下から上の垂直方向に移動し、次の垂直線は前の線の右側にあります。 |
ToggleImage? |
{ InitialState : string } |
Textboxの一部として表示されている場合のトグル画像の初期状態(+/-)を表します。 |
ToggleImage.InitialState |
string |
切り替え画像の初期状態を決定する値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F)を取得または設定します。値または式の結果がtrueの場合、切り替え画像は展開状態であり、マイナスサイン(-)で表します。値または式の結果がfalseの場合、切り替え画像は折りたたみ状態であり、プラスサイン(+)で表します。 |
ToolTip? |
string |
プレビュー時にレポート閲覧者がTextboxにカーソルを合わせたときに表示されるテキストを示す値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Top? |
string |
テキストボックスのコンテナの上部からのTextboxの距離を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
Type |
"textbox" |
「textbox」に設定する必要があります。 |
UserSort? |
UserSort |
UI内のテキストボックスの一部として表示されるエンドユーザーの並べ替え構成を取得または設定します。 |
Value? |
string |
Textboxに表示される値または[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
Visibility? |
Visibility |
Textboxが非表示かどうかを示す値を取得または設定します。 |
Width? |
string |
Textboxの幅を示す値を[長さの単位](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index) で取得または設定します。 |
ZIndex? |
number |
Textboxの積み重ね順を示す値を取得または設定します。 |
Ƭ UserSort: Object
レポートの描画でテキストボックスの一部として表示されるエンドユーザーの並べ替えのコントロールに関する情報を表します。
名前 | 型 | 説明 |
---|---|---|
SortExpression |
string |
並べ替える[式](http://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
SortExpressionScope? |
string |
並べ替えの式を評価するスコープ(データ領域またはグループ)の名前を取得または設定します。 |
SortTarget? |
string |
並べ替えを適用するデータ領域、グループ、またはデータセットの名前を取得または設定します。 |
Ƭ ValidValues: Object
レポートパラメータに入力できる値、およびユーザーがパラメータ値を選択できる用にUIの選択リストを入力可能な値を表します。
名前 | 型 | 説明 |
---|---|---|
DataSetReference? |
DataSetReference |
データセットからフィールドを取得または設定して、値のリストを取得します。また、オプションで、値の検証で使用し、レポートパラメーターのUIにデータを入力するためのラベルを取得します。 |
OrderBy? |
ParameterValuesOrder |
値の検証で使用し、レポートパラメータのUIに入力するための値またはラベルを取得または設定します。 |
ParameterValues? |
ParameterValue [] |
値のリストと、オプションで、値の検証で使用し、レポートパラメータのUIに入力するためのラベルを取得または設定します。 |
Ƭ Visibility: Object
レポートアイテムがレンダリングされたレポートに表示されるかどうかを決定するためのプロパティを表します。
名前 | 型 | 説明 |
---|---|---|
Hidden? |
string |
レポートアイテムが最初に非表示になっているかどうかを示す[式](https://demo.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Common-Properties/index#%E5%BC%8F) を取得または設定します。 |
ToggleItem? |
string |
含まれているレポートアイテムを非表示または再表示するために使用されるテキストボックスの名前を取得または設定します。 |