Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace