Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value the indicates how the report will be processed.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property PageCountMode As PageCountMode
Get
Set
'Usage
Dim instance As ExecutionInfo2
Dim value As PageCountMode
value = instance.PageCountMode
instance.PageCountMode = value
public PageCountMode PageCountMode { get; set; }
public:
property PageCountMode PageCountMode {
PageCountMode get ();
void set (PageCountMode value);
}
member PageCountMode : PageCountMode with get, set
function get PageCountMode () : PageCountMode
function set PageCountMode (value : PageCountMode)
Property Value
Type: ReportExecution2005.PageCountMode
One of the PageCountMode values.