Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: ReportExecution2005.PageCountMode
One of the PageCountMode values.