グループ ツリーとレポート ビューのサイズの比を設定します。
名前空間 CrystalDecisions.Web アセンブリ CrystalDecisions.Web (CrystalDecisions.Web.dll)
構文
'宣言
Public Property PageToTreeRatio As System.Double
public System.Double PageToTreeRatio {get; set;}
例
次の例は、CrystalReportViewer
コントロールの PageToTreeRatio プロパティを設定する方法を示します。
'宣言
Private Sub SetPageToTreeRatio(ByVal myPageToTreeRatio As Double)
CrystalReportViewer.PageToTreeRatio = myPageToTreeRatio
End Sub
private void SetPageToTreeRatio(double ratio)
{
crystalReportViewer.PageToTreeRatio = ratio;
}
バージョン情報
Crystal Reports Basic for Visual Studio 2008
サポートの開始: Crystal Reports for Visual Studio .NET 2002
参照
リファレンス
CrystalReportViewer クラス
CrystalReportViewer メンバ
CrystalDecisions.Web 名前空間