ASP.NET Core MVC コントロールヘルプ
Paginated メソッド

C1.AspNetCore.Mvc.FlexViewer アセンブリ > C1.Web.Mvc.Viewer.Fluent 名前空間 > ReportViewerBuilder クラス : Paginated メソッド
The value.
Configurates C1.Web.Mvc.Viewer.ReportViewer.Paginated. Sets a value indicating whether the content should be represented as set of fixed sized pages.
シンタックス
'宣言
 
Public Function Paginated( _
   ByVal value As System.Nullable(Of Boolean) _
) As ReportViewerBuilder
public ReportViewerBuilder Paginated( 
   System.Nullable<bool> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value is null, means using the default value from document source.
参照

ReportViewerBuilder クラス
ReportViewerBuilder メンバ