ReportViewer for WPF and Silverlight | ComponentOne
C1.Silverlight.ReportViewer Namespace / DocumentSource Class / IsFlowing Property

In This Topic
    IsFlowing Property (DocumentSource)
    In This Topic
    Gets a value that indicates if the document is flowing (i.e. in HTML documents).
    Syntax
    'Declaration
     
    Public Property IsFlowing As Boolean
    public bool IsFlowing {get; set;}
    See Also