Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Duplicate As Boolean
Get
'Utilisation
Dim instance As TextBoxInstance
Dim value As Boolean
value = instance.Duplicate
public bool Duplicate { get; }
public:
property bool Duplicate {
bool get ();
}
member Duplicate : bool
function get Duplicate () : boolean
Valeur de propriété
Type : System.Boolean
true if this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering