Propriedade do RDL LimitToData
Gets the calculated value of the LimitToData property in a MapLimits class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LimitToData As Boolean
Get
'Uso
Dim instance As MapLimitsInstance
Dim value As Boolean
value = instance.LimitToData
public bool LimitToData { get; }
public:
property bool LimitToData {
bool get ();
}
member LimitToData : bool
function get LimitToData () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the LimitToData property.
Consulte também