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 Boolean value that indicates whether this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Duplicate As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if this TextBoxInstance has the same calculated values as the previous visible TextBoxInstance; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace