Partager via


Propriété PageBreakInstance.Disabled

Gets the calculated value of the Disabled property in a PageBreak class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Disabled As Boolean 
    Get
'Utilisation
Dim instance As PageBreakInstance 
Dim value As Boolean 

value = instance.Disabled
public bool Disabled { get; }
public:
property bool Disabled {
    bool get ();
}
member Disabled : bool
function get Disabled () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean at represents the calculated value of the Disabled property.

Voir aussi

Référence

PageBreakInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering