Propriedade do RDL MapLimits.LimitToData
Indicates whether to limit the viewport to the data set.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LimitToData As ReportBoolProperty
Get
'Uso
Dim instance As MapLimits
Dim value As ReportBoolProperty
value = instance.LimitToData
public ReportBoolProperty LimitToData { get; }
public:
property ReportBoolProperty^ LimitToData {
ReportBoolProperty^ get ();
}
member LimitToData : ReportBoolProperty
function get LimitToData () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering