Gets a C1PrintDocument object representing the report.
Note that if the report is empty, it is rendered before this property returns.
Namespace:
C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public C1PrintDocument C1Document { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property C1Document As C1PrintDocument Get |