DocumentName Property (C1RdlReportBase)
In This Topic
Gets the name of the document (used to identify reports in print tasks and so on).
Syntax
'Declaration
Public MustOverride ReadOnly Property DocumentName As String
public abstract string DocumentName {get;}
See Also