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.
Gets the slider settings.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Slider As Slider
Get
'Usage
Dim instance As PlayAxis
Dim value As Slider
value = instance.Slider
public Slider Slider { get; }
public:
property Slider^ Slider {
Slider^ get ();
}
member Slider : Slider
function get Slider () : Slider
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Slider
Returns Slider.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace