Propriété ReportTemplate
Indicates whether this is a report template.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ReportTemplate As Boolean
Get
Set
'Utilisation
Dim instance As Report
Dim value As Boolean
value = instance.ReportTemplate
instance.ReportTemplate = value
public bool ReportTemplate { get; set; }
public:
property bool ReportTemplate {
bool get ();
void set (bool value);
}
member ReportTemplate : bool with get, set
function get ReportTemplate () : boolean
function set ReportTemplate (value : boolean)
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.