Matrix.GroupBreakAtStart Property
Indicates whether any of the row groups in the matrix have a GroupBreakAtStart property specified.
Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property GroupBreakAtStart As Boolean
public bool GroupBreakAtStart { get; }
public:
property bool GroupBreakAtStart {
bool get ();
}
/** @property */
public boolean get_GroupBreakAtStart ()
public function get GroupBreakAtStart () : boolean
Valeur de propriété
A Boolean indicating if there is a GroupBreakAtStart specified for any of the matrices in the data region. A value of true indicates there is at least one GroupBreakAtStart specified.
Notes
Nouveau :5 décembre 2005
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Matrix Class
Matrix Members
Microsoft.ReportingServices.ReportRendering Namespace