次の方法で共有


Report.Columns プロパティ

定義

レポートを表示する際の既定の列数を取得します。

public:
 property int Columns { int get(); };
public int Columns { get; }
member this.Columns : int
Public ReadOnly Property Columns As Integer

プロパティ値

レポートを表示する際の既定の列数を表す integer 値です。

適用対象