Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / DocumentLocation Property

In This Topic
    DocumentLocation Property (C1SSRSDocumentSource)
    In This Topic
    Gets or sets the location of the SSRS report.
    Syntax
    'Declaration
     
    Public Property DocumentLocation As SSRSReportLocationBase
    public SSRSReportLocationBase DocumentLocation {get; set;}
    See Also