update 20260406
This commit is contained in:
@@ -4726,151 +4726,80 @@
|
||||
</summary>
|
||||
<value><b>true</b> if the touch mode is enabled; otherwise, <b>false</b>. The default value is <b>false</b>.</value>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize">
|
||||
<summary>
|
||||
Serializes the PivotGrid to XML file in desired location using the save file dialog.
|
||||
</summary>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.String,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.String)">
|
||||
<summary>
|
||||
Serializes the PivotGrid to specified XML file.
|
||||
</summary>
|
||||
<param name="fileName">The file name.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.String,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.SerializationOptions,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.String,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.SerializationOptions)">
|
||||
<summary>
|
||||
Serializes the PivotGrid to XML file with specific serialization options.
|
||||
</summary>
|
||||
<param name="fileName">The file name.</param>
|
||||
<param name="options">The options to include/exclude the pivot grid properties during serialization.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.IO.Stream,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.IO.Stream)">
|
||||
<summary>
|
||||
Serializes the PivotGrid as stream and saves it in the default location.
|
||||
</summary>
|
||||
<param name="stream">The stream data.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.IO.Stream,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.SerializationOptions,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Serialize(System.IO.Stream,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.SerializationOptions)">
|
||||
<summary>
|
||||
Serializes the PivotGrid as stream with specific serialization options.
|
||||
</summary>
|
||||
<param name="stream">The stream data.</param>
|
||||
<param name="options">The options to include/exclude the pivot grid properties during serialization.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.SerializeToXml(System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.SerializeToXml">
|
||||
<summary>
|
||||
Serializes the PivotGrid to string format.
|
||||
</summary>
|
||||
<returns>The serialized XML content in string format.</returns>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize">
|
||||
<summary>
|
||||
Deserializes the PivotGrid from the desired XML file, selected using the open file dialog.
|
||||
</summary>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.String,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.String)">
|
||||
<summary>
|
||||
Deserializes the PivotGrid from the specified XML file.
|
||||
</summary>
|
||||
<param name="fileName">The file name.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.String,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.DeserializationOptions,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.String,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.DeserializationOptions)">
|
||||
<summary>
|
||||
Deserializes the PivotGrid from the specified XML file with the specified deserialization options.
|
||||
</summary>
|
||||
<param name="fileName">The file name.</param>
|
||||
<param name="options">The options to include/exclude the pivot grid properties during deserialization.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.IO.Stream,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.IO.Stream)">
|
||||
<summary>
|
||||
Deserializes the PivotGrid from the specified file stream.
|
||||
</summary>
|
||||
<param name="stream">The stream data.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.IO.Stream,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.DeserializationOptions,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Deserialize(System.IO.Stream,Syncfusion.Windows.Forms.PivotAnalysis.Serialization.DeserializationOptions)">
|
||||
<summary>
|
||||
Deserializes the PivotGrid from the specified file stream with specific deserialization options.
|
||||
</summary>
|
||||
<param name="stream">The stream data.</param>
|
||||
<param name="options">The options to include/exclude the pivot grid properties during deserialization.</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.DeserializeFromXml(System.String,System.Boolean)">
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.DeserializeFromXml(System.String)">
|
||||
<summary>
|
||||
Deserializes the PivotGrid with the settings specified in the XML string.
|
||||
</summary>
|
||||
<param name="xmlString">serialized file in xml string format</param>
|
||||
<param name="showNotification">
|
||||
<see langword="true"/> to show success/error messages; <see langword="false"/> to suppress UI and rethrow exceptions.
|
||||
</param>
|
||||
<remarks>
|
||||
Set this to false if you do not want pop-up messages. In this case, any serialization error will throw an exception and stop the application.
|
||||
</remarks>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ApplyFilters(System.Boolean)">
|
||||
<summary>
|
||||
|
||||
Reference in New Issue
Block a user