MapLimits.LimitToData Property
Indicates whether to limit the viewport to the data set.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LimitToData As ReportBoolProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.