NumPages 属性
Gets or sets the number of logical pages, including soft page breaks, in the report.
命名空间: ReportExecution2005
程序集: ReportExecution2005(在 ReportExecution2005.dll 中)
语法
声明
Public Property NumPages As Integer
Get
Set
用法
Dim instance As ExecutionInfo
Dim value As Integer
value = instance.NumPages
instance.NumPages = value
public int NumPages { get; set; }
public:
property int NumPages {
int get ();
void set (int value);
}
member NumPages : int with get, set
function get NumPages () : int
function set NumPages (value : int)
属性值
类型:System. . :: . .Int32
An integer value.